org.inxar.jenesis
Interface IntLiteral

All Superinterfaces:
Codeable, Expression, Literal

public interface IntLiteral
extends Literal

Literal subinterface for int literals.


Method Summary
 int toInt()
          Returns the int 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

toInt

public int toInt()
Returns the int value of the Literal.