Class HCLAttribute
- java.lang.Object
-
- com.bertramlabs.plugins.hcl4j.symbols.GenericSymbol
-
- com.bertramlabs.plugins.hcl4j.symbols.HCLAttribute
-
- All Implemented Interfaces:
Symbol
public class HCLAttribute extends GenericSymbol
-
-
Field Summary
Fields Modifier and Type Field Description StringInterpolatedExpressionruntimeName
-
Constructor Summary
Constructors Constructor Description HCLAttribute(java.lang.String name, 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
-
-
-
-
Field Detail
-
runtimeName
public StringInterpolatedExpression runtimeName
-
-