package local
Type Members
- class AbstractMethodInvocationException extends SyncObjectException
- trait CallableLocalMethodInvocation[R] extends LocalMethodInvocation[R]
- trait Chip[S] extends AnyRef
The Chip is a class that controls an object of type S The controlled object is then considered as chipped and its chip can invoke any of its methods and set his fields values.
- trait LocalMethodInvocation[R] extends MethodInvocation[R]