public class ASTBoolean extends SimpleNode
Constructors
ASTBoolean(Copy p, int id)
public ASTBoolean(Copy p, int id)
Name | Description |
p | Copy |
id | int |
ASTBoolean(int id)
public ASTBoolean(int id)
Name | Description |
id | int |
Methods
getBool()
public boolean getBool()
Type | Description |
boolean |
jjtAccept(CopyVisitor visitor, Object data)
public Object jjtAccept(CopyVisitor visitor, Object data)
Accept the visitor. *
Name | Description |
visitor | CopyVisitor |
data | Object |
Type | Description |
Object |
setBool(boolean value)
public void setBool(boolean value)
Name | Description |
value | boolean |
toString()
public String toString()
Type | Description |
String |