Interface VariableInternal

All Superinterfaces:
AttributedObject, Expression, ExpressionInternal, Node, Statement, Variable
All Known Implementing Classes:
ExpressionFactory.VariableImpl

public interface VariableInternal extends ExpressionInternal, Variable
  • Method Details

    • isAvailable

      boolean isAvailable()
      Returns true if this variable is still in scope. Only variables still in scope may be referenced in expressions.
    • close

      void close()
      Mark the variable so that it is no longer in scope.