Uses of Enum
spoon.reflect.visitor.chain.QueryFailurePolicy
Packages that use QueryFailurePolicy
- 
Uses of QueryFailurePolicy in spoon.reflect.visitor.chainMethods in spoon.reflect.visitor.chain that return QueryFailurePolicyModifier and TypeMethodDescriptionstatic QueryFailurePolicyReturns 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.Methods in spoon.reflect.visitor.chain with parameters of type QueryFailurePolicyModifier and TypeMethodDescriptionCtQuery.failurePolicy(QueryFailurePolicy policy)Defines whether this query will throwClassCastExceptionwhen the output of the previous step cannot be cast to type of input of next step.CtQueryImpl.failurePolicy(QueryFailurePolicy policy)CtQueryImpl.stepFailurePolicy(QueryFailurePolicy policy)