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 classRepresentation of a "boolean literal" (JLS7 3.10.3) (typeboolean).static final classRepresentation of a "character literal" (JLS7 3.10.4) (typechar).static final classRepresentation of a "floating-point literal" (JLS7 3.10.2) (typesfloatanddouble).static final classRepresentation of an "integer literal" (JLS7 3.10.1) (typesintandlong).static final classRepresentation of a "null literal" (JLS7 3.10.7).static final classRepresentation of a "string literal" (JLS7 3.10.5) (typeString).static final classRepresentation of a "text block" (JLS17 3.10.6 Text Blocks) (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 TypeMethodDescriptionvoidAbstractTraverser.traverseLiteral(Java.Literal l) voidTraverser.traverseLiteral(Java.Literal l)