public final class LogicalAndNode extends Object
Constructor and Description |
---|
LogicalAndNode(AbstractSyntaxTreeNode left,
AbstractSyntaxTreeNode right) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(Visitor<T> visitor) |
List<AbstractSyntaxTreeNode> |
getChildren() |
AbstractSyntaxTreeNode |
getLeft() |
AbstractSyntaxTreeNode |
getRight() |
public LogicalAndNode(AbstractSyntaxTreeNode left, AbstractSyntaxTreeNode right)
public AbstractSyntaxTreeNode getLeft()
public AbstractSyntaxTreeNode getRight()
public <T> T accept(Visitor<T> visitor)
public List<AbstractSyntaxTreeNode> getChildren()