Class ListPrimitiveType
- java.lang.Object
-
- com.bertramlabs.plugins.hcl4j.symbols.GenericSymbol
-
- com.bertramlabs.plugins.hcl4j.RuntimeSymbols.EvalSymbol
-
- com.bertramlabs.plugins.hcl4j.RuntimeSymbols.PrimitiveType
-
- com.bertramlabs.plugins.hcl4j.RuntimeSymbols.SubTypePrimitiveType
-
- com.bertramlabs.plugins.hcl4j.RuntimeSymbols.ListPrimitiveType
-
- All Implemented Interfaces:
Symbol
public class ListPrimitiveType extends SubTypePrimitiveType
-
-
Field Summary
-
Fields inherited from class com.bertramlabs.plugins.hcl4j.RuntimeSymbols.SubTypePrimitiveType
subType
-
-
Constructor Summary
Constructors Constructor Description ListPrimitiveType(PrimitiveType subType, 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.RuntimeSymbols.SubTypePrimitiveType
getSubType
-
Methods inherited from class com.bertramlabs.plugins.hcl4j.symbols.GenericSymbol
appendAttribute, appendChild, getAttributes, getChildren, getColumn, getLength, getLine, getName, getParent, getPosition, setLength, setName, setParent, toString
-
-
-
-
Constructor Detail
-
ListPrimitiveType
public ListPrimitiveType(PrimitiveType subType, java.lang.Integer line, java.lang.Integer column, java.lang.Integer position)
-
-
Method Detail
-
getSymbolName
public java.lang.String getSymbolName()
- Specified by:
getSymbolNamein interfaceSymbol- Overrides:
getSymbolNamein classSubTypePrimitiveType
-
-