org.inxar.jenesis
Interface ShortLiteral

All Superinterfaces:
Codeable, Expression, Literal

public interface ShortLiteral
extends Literal

Literal subinterface for short literals.


Method Summary
 short toShort()
          Returns the short 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

toShort

public short toShort()
Returns the short value of the Literal.