Interface ExpressionVariableSet

  • All Known Implementing Classes:
    ExpressionVariableContext

    public interface ExpressionVariableSet
    Expression variable set.
    Author:
    Matthew Tropiano
    • 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.