| Package | Description |
|---|---|
| org.cthul.matchers | |
| org.cthul.matchers.proc | |
| org.cthul.proc |
| Class and Description |
|---|
| Proc
A proc is a piece of code that can be executed.
|
| Class and Description |
|---|
| Proc
A proc is a piece of code that can be executed.
|
| Class and Description |
|---|
| P0
A
ProcBase with no parameters. |
| P1
A
ProcBase with one parameter. |
| P2
A
ProcBase with two parameters. |
| P3
A
ProcBase with three parameters. |
| P4
A
ProcBase with four parameters. |
| PN
A
PN with parameters. |
| Proc
A proc is a piece of code that can be executed.
|
| Proc0 |
| Proc1 |
| Proc2 |
| Proc3 |
| Proc4 |
| ProcBase
Impements the basic contract of the
Proc interface,
but has no behavior. |
| ProcError
If thrown in a
ProcBase implementation, the execution will fail. |
| ProcError.REFactory |
| ReflectiveProc
A
PN that uses reflection to invoke a method or a constructor. |
Copyright © 2013. All Rights Reserved.