Uses of Class
org.javarosa.debug.EvaluationResult
| Package | Description |
|---|---|
| org.javarosa.core.model.condition | |
| org.javarosa.debug |
-
Uses of EvaluationResult in org.javarosa.core.model.condition
Methods in org.javarosa.core.model.condition that return types with arguments of type EvaluationResult Modifier and Type Method Description List<EvaluationResult>Triggerable. apply(FormInstance mainInstance, EvaluationContext parentContext, TreeReference context)Not for re-implementation, dispatches all of the evaluation -
Uses of EvaluationResult in org.javarosa.debug
Methods in org.javarosa.debug that return types with arguments of type EvaluationResult Modifier and Type Method Description protected List<EvaluationResult>Event. getEvaluationResults()Constructors in org.javarosa.debug with parameters of type EvaluationResult Constructor Description Event(String message, EvaluationResult ref)Constructor parameters in org.javarosa.debug with type arguments of type EvaluationResult Constructor Description Event(String message, List<EvaluationResult> evaluationResults)