public class HeaderSyntaxNode extends CellSyntaxNode
| Modifier and Type | Field and Description |
|---|---|
static String |
HEADER_TYPE |
EMPTY| Constructor and Description |
|---|
HeaderSyntaxNode(GridCellSourceCodeModule module,
IdentifierNode headerToken) |
HeaderSyntaxNode(GridCellSourceCodeModule module,
IdentifierNode headerToken,
boolean isCollect,
String[] collectParameters) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCollectParameters() |
IdentifierNode |
getHeaderToken() |
boolean |
isCollect() |
getCellSource, getChild, getNumberOfChildren, getSourceStringgetLocation, getModule, getParent, getSourceLocation, getType, print, printMySelf, setParent, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTextpublic static final String HEADER_TYPE
public HeaderSyntaxNode(GridCellSourceCodeModule module, IdentifierNode headerToken)
public HeaderSyntaxNode(GridCellSourceCodeModule module, IdentifierNode headerToken, boolean isCollect, String[] collectParameters)
public IdentifierNode getHeaderToken()
public boolean isCollect()
public String[] getCollectParameters()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.