Uses of Class
edu.rice.cs.cunit.classFile.constantPool.NameAndTypePoolInfo

Packages that use NameAndTypePoolInfo
edu.rice.cs.cunit.classFile.attributes   
edu.rice.cs.cunit.classFile.constantPool   
edu.rice.cs.cunit.classFile.constantPool.visitors   
 

Uses of NameAndTypePoolInfo in edu.rice.cs.cunit.classFile.attributes
 

Methods in edu.rice.cs.cunit.classFile.attributes that return NameAndTypePoolInfo
 NameAndTypePoolInfo EnclosingMethodAttributeInfo.getEnclosingMethod()
          Return the enclosing method information.
 

Uses of NameAndTypePoolInfo in edu.rice.cs.cunit.classFile.constantPool
 

Fields in edu.rice.cs.cunit.classFile.constantPool declared as NameAndTypePoolInfo
protected  NameAndTypePoolInfo AClassNameTypePoolInfo._nameAndType
          NameAndType information.
 

Methods in edu.rice.cs.cunit.classFile.constantPool that return NameAndTypePoolInfo
 NameAndTypePoolInfo AClassNameTypePoolInfo.getNameAndType()
          Accessor for the NameAndType information.
 

Methods in edu.rice.cs.cunit.classFile.constantPool with parameters of type NameAndTypePoolInfo
 void AClassNameTypePoolInfo.setNameAndType(NameAndTypePoolInfo nameAndType)
          Mutator for the NameAndType information.
 

Constructors in edu.rice.cs.cunit.classFile.constantPool with parameters of type NameAndTypePoolInfo
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 NameAndTypePoolInfo in edu.rice.cs.cunit.classFile.constantPool.visitors
 

Methods in edu.rice.cs.cunit.classFile.constantPool.visitors that return NameAndTypePoolInfo
 NameAndTypePoolInfo CheckNameAndTypeVisitor.defaultCase(APoolInfo host, java.lang.Object o)
          All other cases throw.
 NameAndTypePoolInfo CheckNameAndTypeVisitor.nameAndTypeCase(NameAndTypePoolInfo host, java.lang.Object o)
          Case for name and type info.
 

Methods in edu.rice.cs.cunit.classFile.constantPool.visitors with parameters of type NameAndTypePoolInfo
 R ADefaultPoolInfoVisitor.nameAndTypeCase(NameAndTypePoolInfo host, D param)
          Case for name and type info.
 R AValueReferencePoolInfoVisitor.nameAndTypeCase(NameAndTypePoolInfo host, D param)
          Case for name and type info.
 R IPoolInfoVisitor.nameAndTypeCase(NameAndTypePoolInfo host, D param)
          Case for name and type info.
 NameAndTypePoolInfo CheckNameAndTypeVisitor.nameAndTypeCase(NameAndTypePoolInfo host, java.lang.Object o)
          Case for name and type info.