Uses of Enum
spoon.reflect.visitor.chain.QueryFailurePolicy
-
Uses of QueryFailurePolicy in spoon.reflect.visitor.chain
Modifier and TypeMethodDescriptionstatic QueryFailurePolicy
Returns the enum constant of this type with the specified name.static QueryFailurePolicy[]
QueryFailurePolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCtQuery.failurePolicy(QueryFailurePolicy policy)
Defines whether this query will throwClassCastException
when the output of the previous step cannot be cast to type of input of next step.CtQueryImpl.failurePolicy(QueryFailurePolicy policy)
CtQueryImpl.stepFailurePolicy(QueryFailurePolicy policy)