|
kiama 0.9.0 API
|
|
class
UncachedParamAttribute[TArg, T <: AnyRef, U](f : (TArg) => scala.PartialFunction[T, U])
extends (TArg) => scala.PartialFunction[T, U]| Method Summary | |
def
|
apply
(arg : TArg) : scala.PartialFunction[T, U]
Return the value of this attribute for node t, raising an error if
it depends on itself.
|
| Methods inherited from scala.Function1 | |
| scala.Function1.toString, scala.Function1.compose, scala.Function1.andThen |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
apply(arg : TArg) : scala.PartialFunction[T, U]
|
kiama 0.9.0 API
|
|