Class Ast.IdPat

  • Enclosing class:
    Ast

    public static class Ast.IdPat
    extends Ast.Pat
    Named pattern, the pattern analog of the Ast.Id expression.

    For example, "x" in "val x = 5".