Klasse EnclosingMethod
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.EnclosingMethod
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Node
This attribute exists for local or
anonymous classes and ... there can be only one.
- Siehe auch:
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEnclosingMethod(int nameIndex, int len, DataInputStream dis, ConstantPool cpool) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidcopy(ConstantPool constant_pool) final voiddump(DataOutputStream file) final ConstantClassfinal intfinal ConstantNameAndTypefinal intfinal voidsetEnclosingClassIndex(int idx) final voidsetEnclosingMethodIndex(int idx) Von Klasse geerbte Methoden org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, toString
-
Konstruktordetails
-
EnclosingMethod
public EnclosingMethod(int nameIndex, int len, DataInputStream dis, ConstantPool cpool) throws IOException - Löst aus:
IOException
-
-
Methodendetails
-
accept
-
copy
-
getEnclosingClassIndex
public final int getEnclosingClassIndex() -
getEnclosingMethodIndex
public final int getEnclosingMethodIndex() -
setEnclosingClassIndex
public final void setEnclosingClassIndex(int idx) -
setEnclosingMethodIndex
public final void setEnclosingMethodIndex(int idx) -
getEnclosingClass
-
getEnclosingMethod
-
dump
- Setzt außer Kraft:
dumpin KlasseAttribute- Löst aus:
IOException
-