Uses of Class
at.dms.classfile.NameAndTypeConstant

Packages that use NameAndTypeConstant
at.dms.classfile   
 

Uses of NameAndTypeConstant in at.dms.classfile
 

Constructors in at.dms.classfile with parameters of type NameAndTypeConstant
ReferenceConstant(byte tag, ClassConstant clazz, NameAndTypeConstant nametype)
          Constructs a reference constant.
MethodRefConstant(ClassConstant clazz, NameAndTypeConstant nametype)
          Constructs a method reference constant.
FieldRefConstant(ClassConstant clazz, NameAndTypeConstant nametype)
          Constructs a field reference constant.
InterfaceConstant(ClassConstant clazz, NameAndTypeConstant nametype)
          Constructs a method reference constant.