Package org.openl.rules.lang.xls.syntax
Class CellSyntaxNode
- java.lang.Object
-
- org.openl.syntax.impl.ASyntaxNode
-
- org.openl.rules.lang.xls.syntax.CellSyntaxNode
-
- All Implemented Interfaces:
ISyntaxNode
- Direct Known Subclasses:
HeaderSyntaxNode
public class CellSyntaxNode extends ASyntaxNode
-
-
Field Summary
-
Fields inherited from interface org.openl.syntax.ISyntaxNode
EMPTY
-
-
Constructor Summary
Constructors Constructor Description CellSyntaxNode(String type, GridCellSourceCodeModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridCellSourceCodeModulegetCellSource()ISyntaxNodegetChild(int i)intgetNumberOfChildren()StringgetSourceString()-
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
-
CellSyntaxNode
public CellSyntaxNode(String type, GridCellSourceCodeModule module)
-
-
Method Detail
-
getCellSource
public GridCellSourceCodeModule getCellSource()
-
getChild
public ISyntaxNode getChild(int i)
-
getNumberOfChildren
public int getNumberOfChildren()
-
getSourceString
public String getSourceString()
-
-