public class HCLBlock extends GenericSymbol
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
blockNames |
| Constructor and Description |
|---|
HCLBlock(java.util.List<java.lang.String> blockNames,
Symbol parent,
java.lang.Integer line,
java.lang.Integer column,
java.lang.Integer position) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSymbolName() |
appendAttribute, appendChild, getAttributes, getChildren, getColumn, getLength, getLine, getName, getParent, getPosition, setLength, setName, setParent, toStringpublic HCLBlock(java.util.List<java.lang.String> blockNames,
Symbol parent,
java.lang.Integer line,
java.lang.Integer column,
java.lang.Integer position)