scala.util.parsing.ast.Binders

class UnboundElement

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

class UnboundElement[N <: NameElement](private el : N)
extends NameElement
A variable that escaped its scope (i.e., a free variable) -- we don't deal very well with these yet
Values and Variables inherited from Positional
pos
Method Summary
def name : java.lang.String
Methods inherited from NameElement
equals
Methods inherited from Positional
setPos
Methods inherited from AnyRef
getClass, hashCode, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def name : java.lang.String
Overrides
NameElement.name