org.inxar.jenesis
Interface CharLiteral

All Superinterfaces:
Codeable, Expression, Literal
All Known Subinterfaces:
OctalLiteral, UnicodeLiteral

public interface CharLiteral
extends Literal

Literal subinterface for char literals.


Method Summary
 char toChar()
          Returns the char 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

toChar

public char toChar()
Returns the char value of the Literal.