Package org.openl.rules.lang.xls.syntax
Class HeaderSyntaxNode
- java.lang.Object
-
- org.openl.syntax.impl.ASyntaxNode
-
- org.openl.rules.lang.xls.syntax.CellSyntaxNode
-
- org.openl.rules.lang.xls.syntax.HeaderSyntaxNode
-
- All Implemented Interfaces:
ISyntaxNode
public class HeaderSyntaxNode extends CellSyntaxNode
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEADER_TYPE-
Fields inherited from interface org.openl.syntax.ISyntaxNode
EMPTY
-
-
Constructor Summary
Constructors Constructor Description HeaderSyntaxNode(GridCellSourceCodeModule module, IdentifierNode headerToken)HeaderSyntaxNode(GridCellSourceCodeModule module, IdentifierNode headerToken, boolean isCollect, String[] collectParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getCollectParameters()IdentifierNodegetHeaderToken()booleanisCollect()-
Methods inherited from class org.openl.rules.lang.xls.syntax.CellSyntaxNode
getCellSource, getChild, getNumberOfChildren, getSourceString
-
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
-
-
-
-
Field Detail
-
HEADER_TYPE
public static final String HEADER_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HeaderSyntaxNode
public HeaderSyntaxNode(GridCellSourceCodeModule module, IdentifierNode headerToken)
-
HeaderSyntaxNode
public HeaderSyntaxNode(GridCellSourceCodeModule module, IdentifierNode headerToken, boolean isCollect, String[] collectParameters)
-
-
Method Detail
-
getHeaderToken
public IdentifierNode getHeaderToken()
-
isCollect
public boolean isCollect()
-
getCollectParameters
public String[] getCollectParameters()
-
-