public class DALExpression extends DALNode implements Expression<RuntimeContextBuilder.DALRuntimeContext,DALNode,DALExpression,DALOperator>
positionBegin| Constructor and Description |
|---|
DALExpression(DALNode node1,
DALOperator operator,
DALNode node2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Data |
evaluateData(RuntimeContextBuilder.DALRuntimeContext context) |
DALNode |
getLeftOperand() |
int |
getOperandPosition() |
DALOperator |
getOperator() |
DALNode |
getRightOperand() |
java.lang.Object |
getRootSymbolName() |
java.lang.String |
inspect() |
java.util.List<java.lang.Object> |
propertyChain() |
bracketSymbolNode, constFalse, constNode, constNull, constString, constTrue, elementSchemas, evaluate, parenthesesNode, regex, relaxString, schema, schemas, stringSymbol, symbolNode, verify, verify, verify, verify, verifyBy, verifyBygetPositionBegin, setPositionBeginclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyPrecedenceevaluate, getPositionBegin, setPositionBeginpublic DALExpression(DALNode node1, DALOperator operator, DALNode node2)
public DALNode getLeftOperand()
getLeftOperand in interface Expression<RuntimeContextBuilder.DALRuntimeContext,DALNode,DALExpression,DALOperator>public DALNode getRightOperand()
getRightOperand in interface Expression<RuntimeContextBuilder.DALRuntimeContext,DALNode,DALExpression,DALOperator>public DALOperator getOperator()
getOperator in interface Expression<RuntimeContextBuilder.DALRuntimeContext,DALNode,DALExpression,DALOperator>public Data evaluateData(RuntimeContextBuilder.DALRuntimeContext context)
evaluateData in class DALNodepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.Object getRootSymbolName()
getRootSymbolName in class DALNodepublic int getOperandPosition()
getOperandPosition in interface Node<RuntimeContextBuilder.DALRuntimeContext,DALNode>getOperandPosition in class NodeBase<RuntimeContextBuilder.DALRuntimeContext,DALNode>public java.util.List<java.lang.Object> propertyChain()
propertyChain in class DALNode