Scala Library
|
|
scala/reflect/Invocation.scala
]
class
ReflectionOperators[T <: AnyRef](self : T)
extends
AnyRefValue Summary | |
val
|
clazz : java.lang.Class[T] |
Method Summary | |
def
|
o
(sym : Symbol) : Any
Issue call without touching result - returns Any.
|
def
|
o (symApp : SymbolWithArguments) : Any |
def
|
oo [R](symApp : SymbolWithArguments) : R |
def
|
oo
[R](sym : Symbol) : R
Issue call expecting return type R - casts result to R.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
Method Details |
def
o(symApp : SymbolWithArguments) : Any
def
oo[R](symApp : SymbolWithArguments) : R
Scala Library
|
|