Package com.blackrook.expression
Interface ExpressionVariableSet
-
- All Known Implementing Classes:
ExpressionVariableContext
public interface ExpressionVariableSet
Expression variable set.- Author:
- Matthew Tropiano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionValue
get(String name)
Gets a corresponding expression value by name.
-
-
-
Method Detail
-
get
ExpressionValue get(String name)
Gets a corresponding expression value by name.- Parameters:
name
- the name of the variable.- Returns:
- the value or null if no variable.
-
-