public final class LogicalNotNode extends Object
Constructor and Description |
---|
LogicalNotNode(AbstractSyntaxTreeNode next) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(Visitor<T> visitor) |
List<AbstractSyntaxTreeNode> |
getChildren() |
AbstractSyntaxTreeNode |
getNext() |
public LogicalNotNode(AbstractSyntaxTreeNode next)
public AbstractSyntaxTreeNode getNext()
public <T> T accept(Visitor<T> visitor)
public List<AbstractSyntaxTreeNode> getChildren()