scala.util.parsing.ast

trait AbstractSyntax

[source: scala/util/parsing/ast/AbstractSyntax.scala]

trait AbstractSyntax
extends AnyRef
This component provides the core abstractions for representing an Abstract Syntax Tree
Author
Adriaan Moors
Direct Known Subclasses:
Binders

Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
trait Element extends Positional
The base class for elements of the abstract syntax tree.
trait NameElement extends Element with AnyRef
The base class for elements in the AST that represent names {@see Binders}.