|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AUTFPoolInfo | |
---|---|
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 AUTFPoolInfo in edu.rice.cs.cunit.classFile |
---|
Fields in edu.rice.cs.cunit.classFile declared as AUTFPoolInfo | |
---|---|
private AUTFPoolInfo |
FieldInfo._descriptor
Type descriptor information. |
private AUTFPoolInfo |
MethodInfo._descriptor
Type descriptor information. |
private AUTFPoolInfo |
FieldInfo._name
Name information. |
private AUTFPoolInfo |
MethodInfo._name
Name information. |
Methods in edu.rice.cs.cunit.classFile that return AUTFPoolInfo | |
---|---|
AUTFPoolInfo |
FieldInfo.getDescriptor()
Accessor for descriptor. |
AUTFPoolInfo |
MethodInfo.getDescriptor()
Accessor for descriptor. |
AUTFPoolInfo |
FieldInfo.getName()
Accessor for field name. |
AUTFPoolInfo |
MethodInfo.getName()
Accessor for field name. |
Methods in edu.rice.cs.cunit.classFile with parameters of type AUTFPoolInfo | |
---|---|
void |
FieldInfo.setDescriptor(AUTFPoolInfo descriptor)
Mutator for descriptor. |
void |
MethodInfo.setDescriptor(AUTFPoolInfo descriptor)
Mutator for descriptor. |
void |
FieldInfo.setName(AUTFPoolInfo name)
Mutator for field name. |
void |
MethodInfo.setName(AUTFPoolInfo name)
Mutator for field name. |
Constructors in edu.rice.cs.cunit.classFile with parameters of type AUTFPoolInfo | |
---|---|
FieldInfo(short accessFlags,
AUTFPoolInfo name,
AUTFPoolInfo descriptor,
SourceFileAttributeInfo[] attributes)
Constructor. |
|
MethodInfo(short accessFlags,
AUTFPoolInfo name,
AUTFPoolInfo signature,
AAttributeInfo[] attributes)
Constructor |
Uses of AUTFPoolInfo in edu.rice.cs.cunit.classFile.attributes |
---|
Fields in edu.rice.cs.cunit.classFile.attributes declared as AUTFPoolInfo | |
---|---|
protected AUTFPoolInfo |
AAttributeInfo._name
Attribute _name information. |
private AUTFPoolInfo |
AAnnotationsAttributeInfo.Annotation._type
Type name of annotation. |
(package private) AUTFPoolInfo |
AAnnotationsAttributeInfo.Annotation.ClassMemberValue.classNameInfo
Class name info. |
(package private) AUTFPoolInfo |
AAnnotationsAttributeInfo.Annotation.EnumMemberValue.constValue
Name of the enum member. |
AUTFPoolInfo |
LocalVariableTableAttributeInfo.LocalVariableRecord.descriptor
|
private AUTFPoolInfo |
AAnnotationsAttributeInfo.Annotation.NameValuePair.name
Name. |
private AUTFPoolInfo |
AMultipleNamedAnnotationsAttributeInfo.NamedAnnotationsRecord.name
|
AUTFPoolInfo |
LocalVariableTableAttributeInfo.LocalVariableRecord.name
|
AUTFPoolInfo |
LocalVariableTypeTableAttributeInfo.LocalVariableTypeRecord.name
|
AUTFPoolInfo |
LocalVariableTypeTableAttributeInfo.LocalVariableTypeRecord.signature
|
(package private) AUTFPoolInfo |
AAnnotationsAttributeInfo.Annotation.EnumMemberValue.typeName
Name of the enum class. |
Methods in edu.rice.cs.cunit.classFile.attributes that return AUTFPoolInfo | |
---|---|
AUTFPoolInfo |
AAnnotationsAttributeInfo.Annotation.ClassMemberValue.getClassName()
Accessor for the class name. |
AUTFPoolInfo |
AAnnotationsAttributeInfo.Annotation.EnumMemberValue.getConstValue()
Accessor for the constant value. |
AUTFPoolInfo |
AAnnotationsAttributeInfo.Annotation.NameValuePair.getName()
Accessor for the name. |
AUTFPoolInfo |
AAttributeInfo.getName()
Accessor for _name information. |
AUTFPoolInfo |
AMultipleNamedAnnotationsAttributeInfo.NamedAnnotationsRecord.getName()
|
AUTFPoolInfo |
SignatureAttributeInfo.getSignature()
Return the source file name information. |
AUTFPoolInfo |
SourceFileAttributeInfo.getSourceFileName()
Return the source file name information. |
AUTFPoolInfo |
AAnnotationsAttributeInfo.Annotation.EnumMemberValue.getTypeName()
Accessor for the type name. |
Methods in edu.rice.cs.cunit.classFile.attributes with parameters of type AUTFPoolInfo | |
---|---|
void |
AAttributeInfo.setName(AUTFPoolInfo name)
Mutator for _name information. |
void |
SignatureAttributeInfo.setSignature(AUTFPoolInfo newFileName)
Set the source file name information. |
void |
SourceFileAttributeInfo.setSourceFileName(AUTFPoolInfo newFileName)
Set the source file name information. |
Uses of AUTFPoolInfo in edu.rice.cs.cunit.classFile.constantPool |
---|
Subclasses of AUTFPoolInfo in edu.rice.cs.cunit.classFile.constantPool | |
---|---|
class |
ASCIIPoolInfo
Represents CONSTANT_Utf8_ASCII data in the constant pool. |
class |
UnicodePoolInfo
Represents Unicode data in the constant pool. |
Fields in edu.rice.cs.cunit.classFile.constantPool declared as AUTFPoolInfo | |
---|---|
protected AUTFPoolInfo |
NameAndTypePoolInfo._descriptor
Type descriptor information. |
private AUTFPoolInfo |
ClassPoolInfo._name
Class name information. |
protected AUTFPoolInfo |
NameAndTypePoolInfo._name
Name information. |
private AUTFPoolInfo |
StringPoolInfo._utf
Utf information. |
Methods in edu.rice.cs.cunit.classFile.constantPool that return AUTFPoolInfo | |
---|---|
AUTFPoolInfo |
NameAndTypePoolInfo.getDescriptor()
Accessor for the type descriptor information. |
AUTFPoolInfo |
ClassPoolInfo.getName()
Accessor for the name information. |
AUTFPoolInfo |
NameAndTypePoolInfo.getName()
Accessor for the name information. |
AUTFPoolInfo |
StringPoolInfo.getUtf()
Accessor for the utf information. |
Methods in edu.rice.cs.cunit.classFile.constantPool with parameters of type AUTFPoolInfo | |
---|---|
void |
NameAndTypePoolInfo.setDescriptor(AUTFPoolInfo descriptor)
Mutator for the type descriptor information. |
void |
ClassPoolInfo.setName(AUTFPoolInfo name)
Mutator for the name information. |
void |
NameAndTypePoolInfo.setName(AUTFPoolInfo name)
Mutator for the name information. |
void |
StringPoolInfo.setUtf(AUTFPoolInfo utf)
Mutator for the utf information. |
Constructors in edu.rice.cs.cunit.classFile.constantPool with parameters of type AUTFPoolInfo | |
---|---|
ClassPoolInfo(AUTFPoolInfo name,
ConstantPool cp)
Constructor. |
|
NameAndTypePoolInfo(AUTFPoolInfo name,
AUTFPoolInfo descriptor,
ConstantPool cp)
Constructor. |
|
StringPoolInfo(AUTFPoolInfo utf,
ConstantPool cp)
Constructor. |
Uses of AUTFPoolInfo in edu.rice.cs.cunit.classFile.constantPool.visitors |
---|
Methods in edu.rice.cs.cunit.classFile.constantPool.visitors that return AUTFPoolInfo | |
---|---|
AUTFPoolInfo |
CheckUTFVisitor.asciizCase(ASCIIPoolInfo host,
java.lang.Object o)
Return host. |
AUTFPoolInfo |
CheckUTFOrEmptyVisitor.defaultCase(APoolInfo host,
java.lang.Object o)
All other cases throw. |
AUTFPoolInfo |
CheckUTFVisitor.defaultCase(APoolInfo host,
java.lang.Object o)
All other cases throw. |
AUTFPoolInfo |
CheckUTFVisitor.unicodeCase(UnicodePoolInfo host,
java.lang.Object o)
Return host. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |