public class AbstractLogicExpr extends java.lang.Object implements LogicExprNode, LogicNode
Modifier | Constructor and Description |
---|---|
protected |
AbstractLogicExpr(java.util.Collection<LogicNode> childs) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<LogicNode> |
getChilds() |
protected AbstractLogicExpr(java.util.Collection<LogicNode> childs)
childs
- public java.util.Collection<LogicNode> getChilds()
getChilds
in interface LogicExprNode
LogicExprNode.getChilds()