| Package | Description |
|---|---|
| org.codehaus.janino.util.signature |
Application-independent helper classes.
|
| Modifier and Type | Field and Description |
|---|---|
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. |
static SignatureParser.PrimitiveTypeSignature |
SignatureParser.SHORT
The primitive '
short' type. |
Copyright © 2022. All rights reserved.