koala.dynamicjava.tree
Class BooleanLiteral
java.lang.Object
koala.dynamicjava.tree.Node
koala.dynamicjava.tree.Expression
koala.dynamicjava.tree.PrimaryExpression
koala.dynamicjava.tree.Literal
koala.dynamicjava.tree.BooleanLiteral
- All Implemented Interfaces:
- SourceInfo.Wrapper
public class BooleanLiteral
- extends Literal
This class represents the boolean literal nodes of the syntax tree
- Version:
- 1.0 - 1999/04/24
- Author:
- Stephane Hillion
BooleanLiteral
public BooleanLiteral(boolean val)
- Initializes a literal
- Parameters:
val - the value of the literal
BooleanLiteral
public BooleanLiteral(boolean val,
SourceInfo si)
- Initializes a literal
- Parameters:
val - the value of the literal