Package org.codehaus.janino
Class Java.Atom
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
- All Implemented Interfaces:
Java.Locatable
- Direct Known Subclasses:
Java.ConstructorInvocation,Java.Package,Java.Rvalue,Java.Type
- Enclosing class:
Java
-
Field Summary
Fields inherited from class org.codehaus.janino.Java.Located
NOWHERE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidaccept(Visitor.AtomVisitor visitor) toLvalue()final Java.LvaluetoRvalue()final Java.Rvalueabstract StringtoString()toType()final Java.TypeMethods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileException
-
Constructor Details
-
Atom
-
-
Method Details
-
toType
-
toRvalue
-
toLvalue
-
toString
-
toTypeOrCompileException
- Throws:
CompileException
-
toRvalueOrCompileException
- Throws:
CompileException
-
toLvalueOrCompileException
- Throws:
CompileException
-
accept
-