scala.util.parsing.ast.Binders

NameElement

trait NameElement extends Element

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

definition classes: AbstractSyntax

Inherits

  1. Element
  2. Positional
  3. AnyRef
  4. Any

Value Members

  1. def equals(that: 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. def name: String

  4. var pos: Position

    The source position of this object, initially set to undefined

  5. def setPos(newpos: Position): Positional

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

  6. def toString(): String

    Returns a string representation of the object