Uses of Class
com.caucho.bytecode.NameAndTypeConstant

Packages that use NameAndTypeConstant
com.caucho.bytecode   
 

Uses of NameAndTypeConstant in com.caucho.bytecode
 

Methods in com.caucho.bytecode that return NameAndTypeConstant
 NameAndTypeConstant ConstantPool.addNameAndType(java.lang.String name, java.lang.String type)
          Adds a name-and-type constant.
 NameAndTypeConstant ConstantPool.getNameAndType(int index)
          Returns a name-and-type constant
 NameAndTypeConstant ConstantPool.getNameAndType(java.lang.String name, java.lang.String type)
          Gets a name-and-type constant.