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

Static Public Member Functions

static CtClass getClass (final String className) throws NotFoundException
 
static CtClass getTopClass (final String className) throws NotFoundException
 
static CtClass getTopClass (final ClassPool pool, final String className) throws NotFoundException
 
static CtClass getInnerClass (final String className, final String nestedClassName) throws NotFoundException
 
static CtClass getAndRenameClass (final String className, final String newClassName) throws NotFoundException
 
static CtMethod[] getMethods (final CtClass className)
 
static CtMethod[] getDeclaredMethods (final CtClass clazz)
 
static boolean isPublic (final CtMethod method)
 

Private Member Functions

 Getter ()
 

Detailed Description

Utility class to retrieve classes

Author
Bernard Bou

Constructor & Destructor Documentation

◆ Getter()

grammarscope.tweak.Getter.Getter ( )
private

Member Function Documentation

◆ getAndRenameClass()

static CtClass grammarscope.tweak.Getter.getAndRenameClass ( final String  className,
final String  newClassName 
) throws NotFoundException
static

Get class and rename

Parameters
classNameclass name
newClassNameclass name
Returns
ctclass
Exceptions
NotFoundExceptionexception

◆ getClass()

static CtClass grammarscope.tweak.Getter.getClass ( final String  className) throws NotFoundException
static

Get class

Parameters
classNameclass name (allows for topClass$innerClass)
Returns
ctclass
Exceptions
NotFoundExceptionexception

◆ getDeclaredMethods()

static CtMethod [] grammarscope.tweak.Getter.getDeclaredMethods ( final CtClass  clazz)
static

Get declared methods

Parameters
clazzclass
Returns
methods

◆ getInnerClass()

static CtClass grammarscope.tweak.Getter.getInnerClass ( final String  className,
final String  nestedClassName 
) throws NotFoundException
static

Get inner class

Parameters
classNamewrapping top class
nestedClassNamenested class simple name
Returns
ctclass
Exceptions
NotFoundExceptionexception

◆ getMethods()

static CtMethod [] grammarscope.tweak.Getter.getMethods ( final CtClass  className)
static

Get methods

Parameters
classNameclass name
Returns
methods

◆ getTopClass() [1/2]

static CtClass grammarscope.tweak.Getter.getTopClass ( final ClassPool  pool,
final String  className 
) throws NotFoundException
static

Get top class

Parameters
poolclass classpool
classNameclass name
Returns
ctclass
Exceptions
NotFoundExceptionexception

◆ getTopClass() [2/2]

static CtClass grammarscope.tweak.Getter.getTopClass ( final String  className) throws NotFoundException
static

Get top class

Parameters
classNameclass name
Returns
ctclass
Exceptions
NotFoundExceptionexception

◆ isPublic()

static boolean grammarscope.tweak.Getter.isPublic ( final CtMethod  method)
static

Whether this method is public

Parameters
methodmethod
Returns
whether this method is public

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