| Package | Description |
|---|---|
| org.codehaus.janino |
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) |
void |
AbstractTraverser.traverseLiteral(Java.Literal l) |
Copyright © 2019. All rights reserved.