Class FieldOrMethod
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Modifiers
-
- org.aspectj.apache.bcel.classfile.FieldOrMethod
-
-
Field Summary
Fields Modifier and Type Field Description protected Attribute[]attributesprotected ConstantPoolcpoolprotected intnameIndexprotected intsignatureIndex
-
Constructor Summary
Constructors Modifier Constructor Description protectedFieldOrMethod()protectedFieldOrMethod(int accessFlags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool cpool)protectedFieldOrMethod(DataInputStream file, ConstantPool cpool)protectedFieldOrMethod(FieldOrMethod c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(DataOutputStream file)AnnotationGen[]getAnnotations()Attribute[]getAttributes()ConstantPoolgetConstantPool()StringgetDeclaredSignature()StringgetGenericSignature()StringgetName()intgetNameIndex()StringgetSignature()intgetSignatureIndex()voidsetAttributes(Attribute[] attributes)-
Methods inherited from class org.aspectj.apache.bcel.classfile.Modifiers
getModifiers, isAbstract, isBridge, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVarargs, isVolatile, setModifiers
-
-
-
-
Field Detail
-
nameIndex
protected int nameIndex
-
signatureIndex
protected int signatureIndex
-
attributes
protected Attribute[] attributes
-
cpool
protected ConstantPool cpool
-
-
Constructor Detail
-
FieldOrMethod
protected FieldOrMethod()
-
FieldOrMethod
protected FieldOrMethod(FieldOrMethod c)
-
FieldOrMethod
protected FieldOrMethod(DataInputStream file, ConstantPool cpool) throws IOException
- Throws:
IOException
-
FieldOrMethod
protected FieldOrMethod(int accessFlags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool cpool)
-
-
Method Detail
-
setAttributes
public void setAttributes(Attribute[] attributes)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Throws:
IOException
-
getAttributes
public final Attribute[] getAttributes()
-
getConstantPool
public final ConstantPool getConstantPool()
-
getNameIndex
public final int getNameIndex()
-
getSignatureIndex
public final int getSignatureIndex()
-
getName
public final String getName()
-
getSignature
public final String getSignature()
-
getDeclaredSignature
public final String getDeclaredSignature()
-
getAnnotations
public AnnotationGen[] getAnnotations()
-
getGenericSignature
public final String getGenericSignature()
-
-