nts.interf.expr
Interface ILitBool

All Superinterfaces:
IExpr, ILabel, IVisitable

public interface ILitBool
extends IExpr

A boolean literal.


Method Summary
 boolean value()
           
 
Methods inherited from interface nts.interf.base.IExpr
type
 
Methods inherited from interface nts.interf.base.IVisitable
accept
 

Method Detail

value

boolean value()