net.sourceforge.nrl.parser.ast.constraints
Interface IBooleanLiteral

All Superinterfaces:
IConstraint, IExpression, IIdentifier, INRLAstNode

public interface IBooleanLiteral
extends IIdentifier

"true" or "false".


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 boolean getBoolean()
          Return the boolean value
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.constraints.IConstraint
getNRLDataType, setNRLDataType
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 

Method Detail

getBoolean

boolean getBoolean()
Return the boolean value

Returns:
the value


Copyright © 2006-2010 Christian Nentwich and others