Interface ValueASTNode<T>
-
- Type Parameters:
T- type of value
- All Superinterfaces:
ASTNode
- All Known Subinterfaces:
LiteralValue<T>
- All Known Implementing Classes:
BooleanLiteralValue,CollectionValue,IdentifierValue,KeywordValue,NullLiteralValue,NumberLiteralValue,OtherLiteralValue,ParameterMarkerValue,PropertiesValue,StringLiteralValue
public interface ValueASTNode<T> extends ASTNode
Value AST node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue()Get value.
-
-
-
Method Detail
-
getValue
T getValue()
Get value.- Returns:
- value
-
-