|
Scala Library
|
|
scala/util/parsing/ast/Binders.scala]
abstract
class
BinderEnv
extends AnyRef| Method Summary | |
abstract def
|
apply [A <: NameElement](v : A) : Option[Scope[A]] |
def
|
extend [a <: NameElement](v : a, x : Scope[a]) : BinderEnv |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
apply[A <: NameElement](v : A) : Option[Scope[A]]
def
extend[a <: NameElement](v : a, x : Scope[a]) : BinderEnv
|
Scala Library
|
|