static SignatureParser.PrimitiveTypeSignature |
SignatureParser.BOOLEAN |
The primitive 'boolean ' type.
|
static SignatureParser.PrimitiveTypeSignature |
SignatureParser.BYTE |
The primitive 'byte ' type.
|
static SignatureParser.PrimitiveTypeSignature |
SignatureParser.CHAR |
The primitive 'char ' type.
|
static SignatureParser.PrimitiveTypeSignature |
SignatureParser.DOUBLE |
The primitive 'double ' type.
|
static SignatureParser.PrimitiveTypeSignature |
SignatureParser.FLOAT |
The primitive 'float ' type.
|
static SignatureParser.PrimitiveTypeSignature |
SignatureParser.INT |
The primitive 'int ' type.
|
static SignatureParser.PrimitiveTypeSignature |
SignatureParser.LONG |
The primitive 'long ' type.
|
private static SignatureParser.PrimitiveTypeSignature[] |
SignatureParser.PRIMITIVE_TYPES |
|
static SignatureParser.PrimitiveTypeSignature |
SignatureParser.SHORT |
The primitive 'short ' type.
|