|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavassist.bytecode.AttributeInfo
javassist.bytecode.EnclosingMethodAttribute
public class EnclosingMethodAttribute
EnclosingMethod_attribute.
| Field Summary | |
|---|---|
static String |
tag
The name of this attribute "EnclosingMethod". |
| Fields inherited from class javassist.bytecode.AttributeInfo |
|---|
constPool |
| Constructor Summary | |
|---|---|
EnclosingMethodAttribute(ConstPool cp,
String className)
Constructs an EnclosingMethod attribute. |
|
EnclosingMethodAttribute(ConstPool cp,
String className,
String methodName,
String methodDesc)
Constructs an EnclosingMethod attribute. |
|
| Method Summary | |
|---|---|
int |
classIndex()
Returns the value of class_index. |
String |
className()
Returns the name of the class specified by class_index. |
AttributeInfo |
copy(ConstPool newCp,
Map classnames)
Makes a copy. |
String |
methodDescriptor()
Returns the method descriptor specified by method_index. |
int |
methodIndex()
Returns the value of method_index. |
String |
methodName()
Returns the method name specified by method_index. |
| Methods inherited from class javassist.bytecode.AttributeInfo |
|---|
get, getConstPool, getName, length, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String tag
"EnclosingMethod".
| Constructor Detail |
|---|
public EnclosingMethodAttribute(ConstPool cp,
String className,
String methodName,
String methodDesc)
cp - a constant pool table.className - the name of the innermost enclosing class.methodName - the name of the enclosing method.methodDesc - the descriptor of the enclosing method.
public EnclosingMethodAttribute(ConstPool cp,
String className)
method_index is set to 0.
cp - a constant pool table.className - the name of the innermost enclosing class.| Method Detail |
|---|
public int classIndex()
class_index.
public int methodIndex()
method_index.
public String className()
class_index.
public String methodName()
method_index.
public String methodDescriptor()
method_index.
public AttributeInfo copy(ConstPool newCp,
Map classnames)
Map object.
copy in class AttributeInfonewCp - the constant pool table used by the new copy.classnames - pairs of replaced and substituted
class names.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||