Interface IVariableExpression

All Superinterfaces:
IExpression

public interface IVariableExpression extends IExpression
Variable expression @var
  • Method Details

    • getName

      String getName()
      Return name of variable
    • isSystem

      boolean isSystem()
      Return true if this is a system variable otherwise false
    • accept

      default <T, C> T accept(IExpressionVisitor<T,C> visitor, C context)
      Description copied from interface: IExpression
      Accept visitor
      Specified by:
      accept in interface IExpression