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