org.inxar.jenesis
Interface Literal

All Superinterfaces:
Codeable, Expression
All Known Subinterfaces:
BooleanLiteral, ByteLiteral, CharLiteral, ClassLiteral, DoubleLiteral, False, FloatLiteral, IntLiteral, LongLiteral, Null, OctalLiteral, ScientificLiteral, ShortLiteral, StringLiteral, True, UnicodeLiteral
All Known Implementing Classes:
MLiteral

public interface Literal
extends Expression

The Literal superinterface. Literal extends Expression and therefore all literals can be used as expressions (as semantically appropriate).


Method Summary
 java.lang.Object toObject()
          Returns the underlying Object.
 
Methods inherited from interface org.inxar.jenesis.Expression
getType
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

toObject

public java.lang.Object toObject()
Returns the underlying Object.