|
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) |
|
Utility class to retrieve classes
- Author
- Bernard Bou
◆ Getter()
grammarscope.tweak.Getter.Getter |
( |
| ) |
|
|
private |
◆ getAndRenameClass()
static CtClass grammarscope.tweak.Getter.getAndRenameClass |
( |
final String |
className, |
|
|
final String |
newClassName |
|
) |
| throws NotFoundException |
|
static |
Get class and rename
- Parameters
-
className | class name |
newClassName | class name |
- Returns
- ctclass
- Exceptions
-
NotFoundException | exception |
◆ getClass()
static CtClass grammarscope.tweak.Getter.getClass |
( |
final String |
className | ) |
throws NotFoundException |
|
static |
Get class
- Parameters
-
className | class name (allows for topClass$innerClass) |
- Returns
- ctclass
- Exceptions
-
NotFoundException | exception |
◆ getDeclaredMethods()
static CtMethod [] grammarscope.tweak.Getter.getDeclaredMethods |
( |
final CtClass |
clazz | ) |
|
|
static |
Get declared methods
- Parameters
-
- Returns
- methods
◆ getInnerClass()
static CtClass grammarscope.tweak.Getter.getInnerClass |
( |
final String |
className, |
|
|
final String |
nestedClassName |
|
) |
| throws NotFoundException |
|
static |
Get inner class
- Parameters
-
className | wrapping top class |
nestedClassName | nested class simple name |
- Returns
- ctclass
- Exceptions
-
NotFoundException | exception |
◆ getMethods()
static CtMethod [] grammarscope.tweak.Getter.getMethods |
( |
final CtClass |
className | ) |
|
|
static |
Get methods
- Parameters
-
- Returns
- methods
◆ getTopClass() [1/2]
static CtClass grammarscope.tweak.Getter.getTopClass |
( |
final ClassPool |
pool, |
|
|
final String |
className |
|
) |
| throws NotFoundException |
|
static |
Get top class
- Parameters
-
pool | class classpool |
className | class name |
- Returns
- ctclass
- Exceptions
-
NotFoundException | exception |
◆ getTopClass() [2/2]
static CtClass grammarscope.tweak.Getter.getTopClass |
( |
final String |
className | ) |
throws NotFoundException |
|
static |
Get top class
- Parameters
-
- Returns
- ctclass
- Exceptions
-
NotFoundException | exception |
◆ isPublic()
static boolean grammarscope.tweak.Getter.isPublic |
( |
final CtMethod |
method | ) |
|
|
static |
Whether this method is public
- Parameters
-
- Returns
- whether this method is public
The documentation for this class was generated from the following file:
- grammarscope/library-tweak-model/src/main/java/grammarscope/tweak/Getter.java