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

Static Public Member Functions

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
 

Private Member Functions

 Evaluator ()
 

Detailed Description

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]

Constructor & Destructor Documentation

◆ Evaluator()

grammarscope.mutable.Evaluator.Evaluator ( )
private

Member Function Documentation

◆ 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
fieldNameGrammaticalRelation name
clazzcontainer class
Returns
value object
Exceptions
SecurityExceptionexception
NoSuchFieldExceptionexception
IllegalArgumentExceptionexception
IllegalAccessExceptionexception

◆ 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
fieldNameGrammaticalRelation name
classNamecontainer class name
Returns
value object
Exceptions
ClassNotFoundExceptionexception
SecurityExceptionexception
NoSuchFieldExceptionexception
IllegalArgumentExceptionexception
IllegalAccessExceptionexception

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