Package org.openl.rules.lang.xls.binding
Class ATableBoundNode
- java.lang.Object
-
- org.openl.binding.impl.ABoundNode
-
- org.openl.rules.lang.xls.binding.ATableBoundNode
-
- All Implemented Interfaces:
IBoundNode
- Direct Known Subclasses:
ADtColumnsDefinitionTableBoundNode,AMethodBasedNode,DataTableBoundNode,PropertyTableBoundNode
public abstract class ATableBoundNode extends ABoundNode
- Author:
- snshor
-
-
Field Summary
-
Fields inherited from class org.openl.binding.impl.ABoundNode
children, syntaxNode
-
Fields inherited from interface org.openl.binding.IBoundNode
EMPTY, EMPTY_RESULT
-
-
Constructor Summary
Constructors Constructor Description ATableBoundNode(TableSyntaxNode syntaxNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableSyntaxNodegetTableSyntaxNode()-
Methods inherited from class org.openl.binding.impl.ABoundNode
assign, evaluate, evaluateRuntime, getChildren, getSyntaxNode, getTargetNode, getType, isLvalue, isStaticTarget, setSyntaxNode, updateAssignFieldDependency, updateDependency
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openl.binding.IBoundNode
getDims
-
-
-
-
Constructor Detail
-
ATableBoundNode
public ATableBoundNode(TableSyntaxNode syntaxNode)
-
-
Method Detail
-
getTableSyntaxNode
public final TableSyntaxNode getTableSyntaxNode()
-
-