Class Expr.Var

  • Enclosing class:
    Expr

    public static class Expr.Var
    extends Expr
    The class representing variable expressions.
    • Field Detail

      • name

        public final String name
        The variable name
    • Constructor Detail

      • Var

        public Var​(String name)
        Constructor for variable expressions.
        Parameters:
        name - the variable name
    • Method Detail

      • toString

        public String toString()
        Returns a string representation.
        Overrides:
        toString in class Object
        Returns:
        the string representation