Class GroupedExpression
- java.lang.Object
-
- com.bertramlabs.plugins.hcl4j.symbols.GenericSymbol
-
- com.bertramlabs.plugins.hcl4j.RuntimeSymbols.GroupedExpression
-
- All Implemented Interfaces:
Symbol
public class GroupedExpression extends GenericSymbol
-
-
Constructor Summary
Constructors Constructor Description GroupedExpression(java.lang.Integer line, java.lang.Integer column, java.lang.Integer position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSymbolName()-
Methods inherited from class com.bertramlabs.plugins.hcl4j.symbols.GenericSymbol
appendAttribute, appendChild, getAttributes, getChildren, getColumn, getLength, getLine, getName, getParent, getPosition, setLength, setName, setParent, toString
-
-