org.codehaus.janino
Class Java.ConstantValue
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Rvalue
org.codehaus.janino.Java.ConstantValue
- All Implemented Interfaces:
- Java.ArrayInitializerOrRvalue, Java.Locatable
- Enclosing class:
- Java
- public static final class Java.ConstantValue
- extends Java.Rvalue
Synthetic syntax element for implementing the class literals.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
constantValue
public final java.lang.Object constantValue
Java.ConstantValue
public Java.ConstantValue(Location location,
java.lang.Object constantValue)
toString
public java.lang.String toString()
- Specified by:
toString
in class Java.Atom
accept
public final void accept(Visitor.AtomVisitor visitor)
- Specified by:
accept
in class Java.Atom
accept
public final void accept(Visitor.RvalueVisitor visitor)
- Specified by:
accept
in class Java.Rvalue