Java org.eclipse.jdt.internal.compiler.classfmt ClassFileReader fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.classfmt ClassFileReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.classfmt ClassFileReader.

The text is from its open source code.

Field

Constructor

Method

IBinaryAnnotation[]getAnnotations()
int[]getConstantPoolOffsets()
Answer the int array that corresponds to all the offsets of each entry in the constant pool
char[]getEnclosingTypeName()
IBinaryField[]getFields()
Answer the receiver's this.fields or null if the array is empty.
char[]getFileName()
char[]getGenericSignature()
char[]getInnerSourceName()
Answer the source name if the receiver is a inner type.
char[][]getInterfaceNames()
IBinaryNestedType[]getMemberTypes()
IBinaryMethod[]getMethods()
Answer the receiver's this.methods or null if the array is empty.
intgetModifiers()
Answer an int whose bits are set according the access constants defined by the VM spec.
IBinaryModulegetModuleDeclaration()
Returns the module declaration that this class file represents.
char[]getName()
char[]getSourceName()
char[]getSuperclassName()
longgetTagBits()
booleanhasStructuralChanges(byte[] newBytes)
Check if the receiver has structural changes compare to the byte array in argument.
booleanisAnonymous()
booleanisBinaryType()
booleanisLocal()
booleanisMember()
booleanisNestedType()
Answer true if the receiver is a nested type, false otherwise
ClassFileReaderread(File file, boolean fullyInitialize)
ClassFileReaderread(InputStream stream, String fileName)
ClassFileReaderread(java.util.zip.ZipFile zip, String filename)
ClassFileReaderread(String fileName, boolean fullyInitialize)
ClassFileReaderread(File file)
ClassFileReaderread(String fileName)
ClassFileReaderread(InputStream stream, String fileName, boolean fullyInitialize)
ClassFileReaderread(java.util.zip.ZipFile zip, String filename, boolean fullyInitialize)