|
Scala Library
|
|
scala/util/parsing/ast/Binders.scala]
object
UnderBinder
extends AnyRef| Method Summary | |
def
|
apply
[binderType <: NameElement, elementT](scope : Scope[binderType], element : elementT)(implicit view$11 : (elementT) => Mappable[elementT]) : UnderBinder[binderType, elementT]
|
def
|
unit
[bt <: NameElement, elementT](x : elementT)(implicit view$12 : (elementT) => Mappable[elementT]) : UnderBinder[bt, elementT]
|
| 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[binderType <: NameElement, elementT](scope : Scope[binderType], element : elementT)(implicit view$11 : (elementT) => Mappable[elementT]) : UnderBinder[binderType, elementT]
def
unit[bt <: NameElement, elementT](x : elementT)(implicit view$12 : (elementT) => Mappable[elementT]) : UnderBinder[bt, elementT]
|
Scala Library
|
|