public abstract class AbstractUnaryOperatorNode extends java.lang.Object implements ExpressionNode
Modifier and Type | Field and Description |
---|---|
protected ExpressionNode |
child |
Modifier | Constructor and Description |
---|---|
protected |
AbstractUnaryOperatorNode(ExpressionNode child) |
Modifier and Type | Method and Description |
---|---|
ExpressionNode |
getChild() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
protected final ExpressionNode child
protected AbstractUnaryOperatorNode(ExpressionNode child)
public ExpressionNode getChild()
Copyright © 2019. All rights reserved.