Class EvalSymbol
- java.lang.Object
-
- com.bertramlabs.plugins.hcl4j.symbols.GenericSymbol
-
- com.bertramlabs.plugins.hcl4j.RuntimeSymbols.EvalSymbol
-
- All Implemented Interfaces:
Symbol
- Direct Known Subclasses:
ComputedObject,ComputedTuple,ForConditional,Function,ListExpr,Operator,PrimitiveType,Variable
public class EvalSymbol extends GenericSymbol
-
-
Constructor Summary
Constructors Constructor Description EvalSymbol(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
-
-