org.inxar.jenesis
Interface BooleanLiteral

All Superinterfaces:
Codeable, Expression, Literal
All Known Subinterfaces:
False, True

public interface BooleanLiteral
extends Literal

Literal subinterface for boolean literals.


Method Summary
 boolean toBoolean()
          Returns the boolean 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

toBoolean

public boolean toBoolean()
Returns the boolean value of the Literal.