org.inxar.jenesis
Interface ByteLiteral

All Superinterfaces:
Codeable, Expression, Literal

public interface ByteLiteral
extends Literal

Literal subinterface for byte literals.


Method Summary
 byte toByte()
          Returns the byte 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

toByte

public byte toByte()
Returns the byte value of the Literal.