org.inxar.jenesis
Interface LongLiteral

All Superinterfaces:
Codeable, Expression, Literal

public interface LongLiteral
extends Literal

Literal subinterface for long literals.


Method Summary
 long toLong()
          Returns the long/code> value of the Literal.
 
Methods inherited from interface org.inxar.jenesis.Literal
toObject
 
Methods inherited from interface org.inxar.jenesis.Expression
getType
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

toLong

public long toLong()
Returns the long/code> value of the Literal.