org.inxar.jenesis
Interface OctalLiteral

All Superinterfaces:
CharLiteral, Codeable, Expression, Literal

public interface OctalLiteral
extends CharLiteral

OctalLiteral subinterface for octal character literals.


Methods inherited from interface org.inxar.jenesis.CharLiteral
toChar
 
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