jas
Class EnclosingMethodAttr
java.lang.Object
jas.EnclosingMethodAttr
public class EnclosingMethodAttr
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
EnclosingMethodAttr
public EnclosingMethodAttr(String cls,
String mtd,
String dsc)
- Create an EnclosingMethod attribute
- Parameters:
cls
- Name of the enclosing classmtd
- Name of the enclosing method (can be null)dsc
- Name of the enclosing method descriptor (can be null)- See Also:
ClassEnv.setEnclosingMethod(java.lang.String, java.lang.String, java.lang.String)
Copyright © 2006 Jonathan Meyer, USA All rights reserved.