scala.util.parsing.ast.Binders

Element

trait Element extends Positional

The base class for elements of the abstract syntax tree.

definition classes: AbstractSyntax

Inherits

  1. Positional
  2. AnyRef
  3. Any

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def hashCode(): Int

    Returns a hash code value for the object

  3. var pos: Position

    The source position of this object, initially set to undefined

  4. def setPos(newpos: Position): Positional

    If current source position is undefined, update it with given position newpos'

  5. def toString(): String

    Returns a string representation of the object