Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Java.BooleanLiteral
Representation of a "boolean literal" (JLS7 3.10.3) (type
boolean ). |
static class |
Java.CharacterLiteral
Representation of a "character literal" (JLS7 3.10.4) (type
char ). |
static class |
Java.FloatingPointLiteral
Representation of a "floating-point literal" (JLS7 3.10.2) (types
float and double ). |
static class |
Java.IntegerLiteral
Representation of an "integer literal" (JLS7 3.10.1) (types
int and long ). |
static class |
Java.NullLiteral
Representation of a "null literal" (JLS7 3.10.7).
|
static class |
Java.StringLiteral
Representation of a "string literal" (JLS7 3.10.5) (type
String ). |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseLiteral(Java.Literal l) |
Copyright © 2001–2016. All rights reserved.