Uses of Class
net.sf.rej.java.constantpool.NameAndTypeInfo

Packages that use NameAndTypeInfo
net.sf.rej.gui.action Contains reJ GUI actions. 
net.sf.rej.java.attribute Provides classes that model the various class file attributes 
net.sf.rej.java.constantpool Provides constant pool related functionality. 
 

Uses of NameAndTypeInfo in net.sf.rej.gui.action
 

Constructors in net.sf.rej.gui.action with parameters of type NameAndTypeInfo
ModifyNameAndTypeInfoAction(ConstantPool cp, NameAndTypeInfo info, Descriptor desc)
           
ModifyNameAndTypeInfoAction(ConstantPool cp, NameAndTypeInfo info, java.lang.String name)
           
 

Uses of NameAndTypeInfo in net.sf.rej.java.attribute
 

Methods in net.sf.rej.java.attribute that return NameAndTypeInfo
 NameAndTypeInfo EnclosingMethodAttribute.getEnclosingMethod()
           
 

Uses of NameAndTypeInfo in net.sf.rej.java.constantpool
 

Methods in net.sf.rej.java.constantpool that return NameAndTypeInfo
 NameAndTypeInfo RefInfo.getNameAndTypeInfo()