Package org.openl.rules.lang.xls.syntax
Class WorksheetSyntaxNode
- java.lang.Object
-
- org.openl.syntax.impl.ASyntaxNode
-
- org.openl.syntax.impl.NaryNode
-
- org.openl.rules.lang.xls.syntax.WorksheetSyntaxNode
-
- All Implemented Interfaces:
ISyntaxNode
public class WorksheetSyntaxNode extends NaryNode
-
-
Field Summary
-
Fields inherited from interface org.openl.syntax.ISyntaxNode
EMPTY
-
-
Constructor Summary
Constructors Constructor Description WorksheetSyntaxNode(TableSyntaxNode[] nodes, XlsSheetSourceCodeModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableSyntaxNode[]getTableSyntaxNodes()-
Methods inherited from class org.openl.syntax.impl.NaryNode
addNode, getChild, getNodes, getNumberOfChildren
-
Methods inherited from class org.openl.syntax.impl.ASyntaxNode
getLocation, getModule, getParent, getSourceLocation, getType, print, printMySelf, setParent, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.syntax.ISyntaxNode
getText
-
-
-
-
Constructor Detail
-
WorksheetSyntaxNode
public WorksheetSyntaxNode(TableSyntaxNode[] nodes, XlsSheetSourceCodeModule module)
-
-
Method Detail
-
getTableSyntaxNodes
public TableSyntaxNode[] getTableSyntaxNodes()
-
-