|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ETCLEvaluator
Method Summary | |
---|---|
Any |
evaluateArrayIndex(Any any,
int index)
extract the n-th position out of an Array wrapped inside an Any. |
Any |
evaluateDiscriminator(Any any)
|
EvaluationResult |
evaluateElementInSequence(EvaluationContext context,
EvaluationResult element,
Any sequence)
|
Any |
evaluateExistIdentifier(Any value,
java.lang.String identifier)
|
Any |
evaluateIdentifier(Any any,
int position)
|
Any |
evaluateIdentifier(Any any,
java.lang.String identifier)
expensive |
Any |
evaluateListLength(Any value)
identify the number of elements of a component. |
Any |
evaluateNamedValueList(Any any,
java.lang.String name)
extract a named value out of a sequence of name/value pairs. |
Any |
evaluatePropertyList(Property[] list,
java.lang.String name)
|
Any |
evaluateRepositoryId(Any value)
identify the RepositoryId of a component. |
Any |
evaluateTypeName(Any value)
identify the unscoped IDL type name of a component. |
Any |
evaluateUnion(Any value)
extract the default member from Union wrapped inside the provided Any. |
Any |
evaluateUnion(Any value,
int position)
|
boolean |
hasDefaultDiscriminator(Any any)
|
Method Detail |
---|
boolean hasDefaultDiscriminator(Any any) throws EvaluationException
EvaluationException
Any evaluateExistIdentifier(Any value, java.lang.String identifier) throws EvaluationException
EvaluationException
Any evaluateTypeName(Any value) throws EvaluationException
value
- the component
EvaluationException
Any evaluateRepositoryId(Any value) throws EvaluationException
value
- the component
EvaluationException
Any evaluateListLength(Any value) throws EvaluationException
value
- the component
EvaluationException
Any evaluateUnion(Any value) throws EvaluationException
EvaluationException
Any evaluateUnion(Any value, int position) throws EvaluationException
EvaluationException
Any evaluatePropertyList(Property[] list, java.lang.String name)
Any evaluateNamedValueList(Any any, java.lang.String name) throws EvaluationException
EvaluationException
Any evaluateArrayIndex(Any any, int index) throws EvaluationException
EvaluationException
Any evaluateIdentifier(Any any, int position) throws EvaluationException
EvaluationException
Any evaluateDiscriminator(Any any) throws EvaluationException
EvaluationException
EvaluationResult evaluateElementInSequence(EvaluationContext context, EvaluationResult element, Any sequence) throws EvaluationException
EvaluationException
Any evaluateIdentifier(Any any, java.lang.String identifier) throws EvaluationException
EvaluationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |