GrammarScope  4.0.0
Static Public Member Functions | Private Member Functions | List of all members
grammarscope.tweak.DelegatorFactory Class Reference

Static Public Member Functions

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
 

Private Member Functions

 DelegatorFactory ()
 

Detailed Description

Delegator class factory

Author
Beranrd Bou

Constructor & Destructor Documentation

◆ DelegatorFactory()

grammarscope.tweak.DelegatorFactory.DelegatorFactory ( )
private

Member Function Documentation

◆ delegateMethod()

static void grammarscope.tweak.DelegatorFactory.delegateMethod ( final CtClass  clazz0,
final CtClass  clazz,
final CtMethod  method 
) throws CannotCompileException, NotFoundException
static
Parameters
clazz0source class
clazznew delegator class
methodsource method
Exceptions
CannotCompileExceptionexception
NotFoundExceptionexception

◆ delegatePublicMethods()

static void grammarscope.tweak.DelegatorFactory.delegatePublicMethods ( final CtClass  clazz0,
final CtClass  clazz 
) throws CannotCompileException, NotFoundException
static

Delegate public methods

Parameters
clazz0source class
clazznew delegator class
Exceptions
CannotCompileExceptionexception
NotFoundExceptionexception

The documentation for this class was generated from the following file: