|
static GrammaticalRelation | eval (final String fieldName, final String className) throws ClassNotFoundException, SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException |
|
static GrammaticalRelation | eval (final String fieldName, final Class<?> clazz) throws NoSuchFieldException, IllegalArgumentException, IllegalAccessException |
|
Get instance of relation from its name. Requires java reflection.
- Author
- Bernard Bou [1313o.nosp@m.u@gm.nosp@m.ail.c.nosp@m.om]
◆ Evaluator()
grammarscope.mutable.Evaluator.Evaluator |
( |
| ) |
|
|
private |
◆ eval() [1/2]
static GrammaticalRelation grammarscope.mutable.Evaluator.eval |
( |
final String |
fieldName, |
|
|
final Class<?> |
clazz |
|
) |
| throws NoSuchFieldException, IllegalArgumentException, IllegalAccessException |
|
static |
Evaluate name of relation
- Parameters
-
fieldName | GrammaticalRelation name |
clazz | container class |
- Returns
- value object
- Exceptions
-
SecurityException | exception |
NoSuchFieldException | exception |
IllegalArgumentException | exception |
IllegalAccessException | exception |
◆ eval() [2/2]
static GrammaticalRelation grammarscope.mutable.Evaluator.eval |
( |
final String |
fieldName, |
|
|
final String |
className |
|
) |
| throws ClassNotFoundException, SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException |
|
static |
Evaluate name of relation
- Parameters
-
fieldName | GrammaticalRelation name |
className | container class name |
- Returns
- value object
- Exceptions
-
ClassNotFoundException | exception |
SecurityException | exception |
NoSuchFieldException | exception |
IllegalArgumentException | exception |
IllegalAccessException | exception |
The documentation for this class was generated from the following file:
- grammarscope/library-tweaked/src/main/java/grammarscope/mutable/Evaluator.java