Package kilim.analysis
Class VMType
- java.lang.Object
-
- kilim.analysis.VMType
-
class VMType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.String[]abbrev(package private) static int[]category(package private) static int[]constInsn(package private) static java.lang.String[]fieldDesc(package private) static int[]ldInsn(package private) static int[]loadInsn(package private) static int[]retInsn(package private) static int[]stInsn(package private) static int[]storeInsn(package private) static intTDOUBLE(package private) static intTFLOAT(package private) static intTINT(package private) static intTLONG(package private) static intTOBJECT
-
Constructor Summary
Constructors Constructor Description VMType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidloadVar(org.objectweb.asm.MethodVisitor mv, int vmt, int var)(package private) static voidstoreVar(org.objectweb.asm.MethodVisitor mv, int vmt, int var)(package private) static inttoVmType(java.lang.String type)
-
-
-
Field Detail
-
TOBJECT
static final int TOBJECT
- See Also:
- Constant Field Values
-
TINT
static final int TINT
- See Also:
- Constant Field Values
-
TLONG
static final int TLONG
- See Also:
- Constant Field Values
-
TDOUBLE
static final int TDOUBLE
- See Also:
- Constant Field Values
-
TFLOAT
static final int TFLOAT
- See Also:
- Constant Field Values
-
constInsn
static final int[] constInsn
-
loadInsn
static final int[] loadInsn
-
retInsn
static final int[] retInsn
-
ldInsn
static final int[] ldInsn
-
stInsn
static final int[] stInsn
-
storeInsn
static final int[] storeInsn
-
fieldDesc
static final java.lang.String[] fieldDesc
-
abbrev
static final java.lang.String[] abbrev
-
category
static final int[] category
-
-