Package com.powsybl.dsl.ast
Class AbstractUnaryOperatorNode
- java.lang.Object
-
- com.powsybl.dsl.ast.AbstractUnaryOperatorNode
-
- All Implemented Interfaces:
ExpressionNode
- Direct Known Subclasses:
LogicalNotOperator
public abstract class AbstractUnaryOperatorNode extends Object implements ExpressionNode
- Author:
- Geoffroy Jamgotchian
-
-
Field Summary
Fields Modifier and Type Field Description protected ExpressionNode
child
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractUnaryOperatorNode(ExpressionNode child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionNode
getChild()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.powsybl.dsl.ast.ExpressionNode
accept
-
-
-
-
Field Detail
-
child
protected final ExpressionNode child
-
-
Constructor Detail
-
AbstractUnaryOperatorNode
protected AbstractUnaryOperatorNode(ExpressionNode child)
-
-
Method Detail
-
getChild
public ExpressionNode getChild()
-
-