Uses of Class
js.tinyvm.TinyVMType

Packages that use TinyVMType
js.tinyvm   
 

Uses of TinyVMType in js.tinyvm
 

Fields in js.tinyvm declared as TinyVMType
static TinyVMType TinyVMType.T_ARRAY
           
static TinyVMType TinyVMType.T_BOOLEAN
           
static TinyVMType TinyVMType.T_BYTE
           
static TinyVMType TinyVMType.T_CHAR
           
static TinyVMType TinyVMType.T_CLASS
           
static TinyVMType TinyVMType.T_DOUBLE
           
static TinyVMType TinyVMType.T_FLOAT
           
static TinyVMType TinyVMType.T_INT
           
static TinyVMType TinyVMType.T_LONG
           
static TinyVMType TinyVMType.T_OBJECT
           
static TinyVMType TinyVMType.T_REFERENCE
           
static TinyVMType TinyVMType.T_SHORT
           
static TinyVMType TinyVMType.T_VOID
           
 

Methods in js.tinyvm that return TinyVMType
 TinyVMType ConstantValue.getType()
          Get type of this value.
static TinyVMType TinyVMType.tinyVMType(byte type)
          Get tiny vm type from bcel type.
static TinyVMType TinyVMType.tinyVMType(Type type)
          Get tiny vm type from bcel type.
static TinyVMType TinyVMType.tinyVMTypeFromSignature(String signature)
          Get tiny vm type from bcel signature.