Uses of Class
org.codehaus.janino.Java.Literal
-
Packages that use Java.Literal 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. -
-
Uses of Java.Literal in org.codehaus.janino
Subclasses of Java.Literal in org.codehaus.janino Modifier and Type Class Description static class
Java.BooleanLiteral
Representation of a "boolean literal" (JLS7 3.10.3) (typeboolean
).static class
Java.CharacterLiteral
Representation of a "character literal" (JLS7 3.10.4) (typechar
).static class
Java.FloatingPointLiteral
Representation of a "floating-point literal" (JLS7 3.10.2) (typesfloat
anddouble
).static class
Java.IntegerLiteral
Representation of an "integer literal" (JLS7 3.10.1) (typesint
andlong
).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) (typeString
). -
Uses of Java.Literal in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.Literal Modifier and Type Method Description void
Traverser. traverseLiteral(Java.Literal l)
-