|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassPoolInfo | |
---|---|
edu.rice.cs.cunit.classFile | |
edu.rice.cs.cunit.classFile.attributes | |
edu.rice.cs.cunit.classFile.constantPool | |
edu.rice.cs.cunit.classFile.constantPool.visitors |
Uses of ClassPoolInfo in edu.rice.cs.cunit.classFile |
---|
Fields in edu.rice.cs.cunit.classFile declared as ClassPoolInfo | |
---|---|
private ClassPoolInfo |
ClassFile._superClass
Class information about the superclass. |
private ClassPoolInfo |
ClassFile._thisClass
Class information about this class. |
Fields in edu.rice.cs.cunit.classFile with type parameters of type ClassPoolInfo | |
---|---|
private java.util.ArrayList<ClassPoolInfo> |
ClassFile._interfaces
Class information about implemented interfaces. |
Methods in edu.rice.cs.cunit.classFile that return ClassPoolInfo | |
---|---|
ClassPoolInfo |
ClassFile.getSuperClass()
Accessor for the superclass. |
ClassPoolInfo |
ClassFile.getThisClass()
Accessor for this class. |
Methods in edu.rice.cs.cunit.classFile that return types with arguments of type ClassPoolInfo | |
---|---|
java.util.ArrayList<ClassPoolInfo> |
ClassFile.getInterfaces()
Accessor for the interface list. |
Methods in edu.rice.cs.cunit.classFile with parameters of type ClassPoolInfo | |
---|---|
void |
ClassFile.setSuperClass(ClassPoolInfo cpi)
Mutator for the superclass. |
void |
ClassFile.setThisClass(ClassPoolInfo cpi)
Mutator for the this class. |
Uses of ClassPoolInfo in edu.rice.cs.cunit.classFile.attributes |
---|
Methods in edu.rice.cs.cunit.classFile.attributes that return ClassPoolInfo | |
---|---|
ClassPoolInfo |
EnclosingMethodAttributeInfo.getEnclosingClass()
Return the enclosing class information. |
ClassPoolInfo[] |
ExceptionsAttributeInfo.getExceptions()
Return the checked exceptions list. |
Methods in edu.rice.cs.cunit.classFile.attributes with parameters of type ClassPoolInfo | |
---|---|
void |
EnclosingMethodAttributeInfo.setEnclosinMethod(ClassPoolInfo newMethod)
Set the enclosing method information. |
void |
ExceptionsAttributeInfo.setExceptions(ClassPoolInfo[] cpi)
Set the checked exceptions list. |
void |
EnclosingMethodAttributeInfo.setSourceFileName(ClassPoolInfo newClass)
Set the enclosing class information. |
Uses of ClassPoolInfo in edu.rice.cs.cunit.classFile.constantPool |
---|
Fields in edu.rice.cs.cunit.classFile.constantPool declared as ClassPoolInfo | |
---|---|
protected ClassPoolInfo |
AClassNameTypePoolInfo._classInfo
Class information. |
Methods in edu.rice.cs.cunit.classFile.constantPool that return ClassPoolInfo | |
---|---|
ClassPoolInfo |
AClassNameTypePoolInfo.getClassInfo()
Accessor for the class information. |
Methods in edu.rice.cs.cunit.classFile.constantPool with parameters of type ClassPoolInfo | |
---|---|
void |
AClassNameTypePoolInfo.setClassInfo(ClassPoolInfo classInfo)
Mutator for the class information. |
Constructors in edu.rice.cs.cunit.classFile.constantPool with parameters of type ClassPoolInfo | |
---|---|
AClassNameTypePoolInfo(int type,
ClassPoolInfo clas,
NameAndTypePoolInfo nameAndType,
ConstantPool cp)
Create a new object. |
|
FieldPoolInfo(ClassPoolInfo clas,
NameAndTypePoolInfo nameAndType,
ConstantPool cp)
Constructor |
|
InterfaceMethodPoolInfo(ClassPoolInfo clas,
NameAndTypePoolInfo nameAndType,
ConstantPool cp)
Constructor |
|
MethodPoolInfo(ClassPoolInfo clas,
NameAndTypePoolInfo nameAndType,
ConstantPool cp)
Constructor |
Uses of ClassPoolInfo in edu.rice.cs.cunit.classFile.constantPool.visitors |
---|
Methods in edu.rice.cs.cunit.classFile.constantPool.visitors that return ClassPoolInfo | |
---|---|
ClassPoolInfo |
CheckClassVisitor.classCase(ClassPoolInfo host,
java.lang.Object o)
Return host. |
ClassPoolInfo |
CheckClassOrEmptyVisitor.defaultCase(APoolInfo host,
java.lang.Object o)
All other cases throw. |
ClassPoolInfo |
CheckClassVisitor.defaultCase(APoolInfo host,
java.lang.Object o)
All other cases throw. |
Methods in edu.rice.cs.cunit.classFile.constantPool.visitors with parameters of type ClassPoolInfo | |
---|---|
R |
ADefaultPoolInfoVisitor.classCase(ClassPoolInfo host,
D param)
Case for class info. |
R |
AValueReferencePoolInfoVisitor.classCase(ClassPoolInfo host,
D param)
Case for class info. |
R |
IPoolInfoVisitor.classCase(ClassPoolInfo host,
D param)
Case for class info. |
APoolInfo |
CheckClassOrEmptyVisitor.classCase(ClassPoolInfo host,
java.lang.Object o)
Return host. |
ClassPoolInfo |
CheckClassVisitor.classCase(ClassPoolInfo host,
java.lang.Object o)
Return host. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |