Uses of Class
org.eclipse.actf.validation.doc.codeproc.EvaluationException

Packages that use EvaluationException
org.eclipse.actf.validation.doc.codeproc   
org.eclipse.actf.validation.doc.scripting   
 

Uses of EvaluationException in org.eclipse.actf.validation.doc.codeproc
 

Methods in org.eclipse.actf.validation.doc.codeproc that throw EvaluationException
 Object ICodeProcessor.evaluateArguments(String arg, Class returnType)
          attempt to evaluate the given string as an argument of the specified type
 Object[] ICodeProcessor.evaluateArguments(String args, Class[] paramTypes)
          attempt to evaluate the given string as a set of arguments of objects corresponding to the specified types.
 

Uses of EvaluationException in org.eclipse.actf.validation.doc.scripting
 

Methods in org.eclipse.actf.validation.doc.scripting that throw EvaluationException
 Object AbstractCodeInterpreter.evaluateArguments(String code, Class returnType)
          attempt to evaluate the given string as an argument of the specified type.
 Object[] AbstractCodeInterpreter.evaluateArguments(String code, Class[] paramTypes)
          attempt to evaluate the given code and return an array of objects corresponding to the specified types.