Uses of Class
net.sf.rej.java.instruction.ParameterType

Packages that use ParameterType
net.sf.rej.java.instruction Classes that model the java bytecode instructions. 
 

Uses of ParameterType in net.sf.rej.java.instruction
 

Methods in net.sf.rej.java.instruction that return ParameterType
 ParameterType Parameters.getType(int i)
           
static ParameterType ParameterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParameterType[] ParameterType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.rej.java.instruction with parameters of type ParameterType
 void Parameters.addParam(ParameterType type)
           
 

Constructors in net.sf.rej.java.instruction with parameters of type ParameterType
Parameters(ParameterType[] types)