Uses of Class
org.fife.rsta.ac.java.classreader.ClassFile

Packages that use ClassFile
org.fife.rsta.ac.java   
org.fife.rsta.ac.java.classreader   
org.fife.rsta.ac.java.classreader.attributes   
org.fife.rsta.ac.java.classreader.constantpool   
 

Uses of ClassFile in org.fife.rsta.ac.java
 

Methods in org.fife.rsta.ac.java that return ClassFile
 ClassFile JarManager.getClassEntry(String className)
           
 

Methods in org.fife.rsta.ac.java with parameters of type ClassFile
static CompilationUnit Util.getCompilationUnitFromDisk(File loc, ClassFile cf)
          Used by MemberCompletion.Data implementations to get an AST from a source file in a directory or zip/jar file.
 

Uses of ClassFile in org.fife.rsta.ac.java.classreader
 

Fields in org.fife.rsta.ac.java.classreader declared as ClassFile
protected  ClassFile MemberInfo.cf
          The class file in which this method is defined.
 

Methods in org.fife.rsta.ac.java.classreader that return ClassFile
 ClassFile MemberInfo.getClassFile()
          Returns the parent class file.
 

Methods in org.fife.rsta.ac.java.classreader with parameters of type ClassFile
static ExceptionTableEntry ExceptionTableEntry.read(ClassFile cf, DataInputStream in)
          Reads an exception table entry from an input stream.
static MethodInfo MethodInfo.read(ClassFile cf, DataInputStream in)
          Reads a MethodInfo from an input stream.
static FieldInfo FieldInfo.read(ClassFile cf, DataInputStream in)
          Reads a FieldInfo structure from the specified input stream.
 

Constructors in org.fife.rsta.ac.java.classreader with parameters of type ClassFile
ExceptionTableEntry(ClassFile cf)
          Constructor.
FieldInfo(ClassFile cf, int accessFlags, int nameIndex, int descriptorIndex)
          Constructor.
MemberInfo(ClassFile cf, int accessFlags)
          Constructor.
MethodInfo(ClassFile cf, int accessFlags, int nameIndex, int descriptorIndex)
          Constructor.
 

Uses of ClassFile in org.fife.rsta.ac.java.classreader.attributes
 

Methods in org.fife.rsta.ac.java.classreader.attributes that return ClassFile
 ClassFile AttributeInfo.getClassFile()
           
 

Methods in org.fife.rsta.ac.java.classreader.attributes with parameters of type ClassFile
 List Signature.getMethodParamTypes(MethodInfo mi, ClassFile cf)
           
 String Signature.getMethodReturnType(MethodInfo mi, ClassFile cf)
           
static UnsupportedAttribute AttributeInfo.readUnsupportedAttribute(ClassFile cf, DataInputStream in, String attrName, int attrLength)
          Reads an unknown/unsupported attribute from an input stream.
 

Constructors in org.fife.rsta.ac.java.classreader.attributes with parameters of type ClassFile
AttributeInfo(ClassFile cf)
           
ConstantValue(ClassFile cf, int constantValueIndex)
          CConstructor.
Signature(ClassFile cf, String signature)
           
SourceFile(ClassFile cf, int sourceFileIndex)
          Constructor.
UnsupportedAttribute(ClassFile cf, String name, int[] info)
          Constructor.
 

Uses of ClassFile in org.fife.rsta.ac.java.classreader.constantpool
 

Methods in org.fife.rsta.ac.java.classreader.constantpool with parameters of type ClassFile
static ConstantPoolInfo ConstantPoolInfoFactory.readConstantPoolInfo(ClassFile cf, DataInputStream in)
           
 

Constructors in org.fife.rsta.ac.java.classreader.constantpool with parameters of type ClassFile
ConstantStringInfo(ClassFile cf, int stringIndex)
          Constructor.
 



Copyright © 2003-2011. All Rights Reserved.