Uses of Class
org.apache.jdo.impl.enhancer.classfile.ConstNameAndType

Packages that use ConstNameAndType
org.apache.jdo.impl.enhancer.classfile   
 

Uses of ConstNameAndType in org.apache.jdo.impl.enhancer.classfile
 

Fields in org.apache.jdo.impl.enhancer.classfile declared as ConstNameAndType
protected  ConstNameAndType ConstBasicMemberRef.theNameAndType
           
 

Methods in org.apache.jdo.impl.enhancer.classfile that return ConstNameAndType
 ConstNameAndType ConstantPool.addNameAndType(java.lang.String name, java.lang.String type)
          Find or create a name/type constant in the pool
 ConstNameAndType ConstBasicMemberRef.nameAndType()
          Return the name and type of the member
(package private) static ConstNameAndType ConstNameAndType.read(java.io.DataInputStream input)
           
 

Constructors in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstNameAndType
ConstFieldRef(ConstClass cname, ConstNameAndType NT)
           
ConstBasicMemberRef(ConstClass cname, ConstNameAndType NT)
          Constructor for "from scratch" creation
ConstMethodRef(ConstClass cname, ConstNameAndType NT)
           
ConstInterfaceMethodRef(ConstClass cname, ConstNameAndType NT)