Uses of Class
org.codehaus.janino.Java.Literal
Packages that use Java.Literal
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.Literal in org.codehaus.janino
Subclasses of Java.Literal in org.codehaus.janinoModifier and TypeClassDescriptionstatic final class
Representation of a "boolean literal" (JLS7 3.10.3) (typeboolean
).static final class
Representation of a "character literal" (JLS7 3.10.4) (typechar
).static final class
Representation of a "floating-point literal" (JLS7 3.10.2) (typesfloat
anddouble
).static final class
Representation of an "integer literal" (JLS7 3.10.1) (typesint
andlong
).static final class
Representation of a "null literal" (JLS7 3.10.7).static final class
Representation of a "string literal" (JLS7 3.10.5) (typeString
).Methods in org.codehaus.janino with parameters of type Java.Literal -
Uses of Java.Literal in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.LiteralModifier and TypeMethodDescriptionvoid
AbstractTraverser.traverseLiteral
(Java.Literal l) void
Traverser.traverseLiteral
(Java.Literal l)