|
bcel API: Uses of Class org.apache.bcel.generic.BasicType
Uses of Class
|
Packages that use BasicType | |
org.apache.bcel.generic | This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. |
Uses of BasicType in org.apache.bcel.generic |
Fields in org.apache.bcel.generic declared as BasicType | |
static BasicType |
Type.VOID
Predefined constants |
static BasicType |
Type.BOOLEAN
|
static BasicType |
Type.INT
|
static BasicType |
Type.SHORT
|
static BasicType |
Type.BYTE
|
static BasicType |
Type.LONG
|
static BasicType |
Type.DOUBLE
|
static BasicType |
Type.FLOAT
|
static BasicType |
Type.CHAR
|
Methods in org.apache.bcel.generic that return BasicType | |
static BasicType |
BasicType.getType(byte type)
|
Constructors in org.apache.bcel.generic with parameters of type BasicType | |
NEWARRAY(BasicType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |