scala.util.parsing.ast

AbstractSyntax

trait AbstractSyntax extends AnyRef

This component provides the core abstractions for representing an Abstract Syntax Tree

linear super types: AnyRef, Any
known subclasses: Binders
source: AbstractSyntax.scala
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AbstractSyntax
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. trait Element extends Positional

    The base class for elements of the abstract syntax tree.

  2. trait NameElement extends Element

    The base class for elements in the AST that represent names {@see Binders}.