|
| static void | delegateMethod (final CtClass clazz0, final CtClass clazz, final CtMethod method) throws CannotCompileException, NotFoundException |
| |
| static void | delegatePublicMethods (final CtClass clazz0, final CtClass clazz) throws CannotCompileException, NotFoundException |
| |
Delegator class factory
- Author
- Beranrd Bou
◆ DelegatorFactory()
| grammarscope.tweak.DelegatorFactory.DelegatorFactory |
( |
| ) |
|
|
private |
◆ delegateMethod()
| static void grammarscope.tweak.DelegatorFactory.delegateMethod |
( |
final CtClass |
clazz0, |
|
|
final CtClass |
clazz, |
|
|
final CtMethod |
method |
|
) |
| throws CannotCompileException, NotFoundException |
|
static |
- Parameters
-
| clazz0 | source class |
| clazz | new delegator class |
| method | source method |
- Exceptions
-
| CannotCompileException | exception |
| NotFoundException | exception |
◆ delegatePublicMethods()
| static void grammarscope.tweak.DelegatorFactory.delegatePublicMethods |
( |
final CtClass |
clazz0, |
|
|
final CtClass |
clazz |
|
) |
| throws CannotCompileException, NotFoundException |
|
static |
Delegate public methods
- Parameters
-
| clazz0 | source class |
| clazz | new delegator class |
- Exceptions
-
| CannotCompileException | exception |
| NotFoundException | exception |
The documentation for this class was generated from the following file: