scala.util.parsing.ast.Binders

object EmptyBinderEnv

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

object EmptyBinderEnv
extends BinderEnv
Method Summary
def apply [A <: NameElement](v : A) : Option[Scope[A]]
Methods inherited from BinderEnv
extend
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
def apply[A <: NameElement](v : A) : Option[Scope[A]]
Overrides
BinderEnv.apply