Uses of Interface
org.mvel2.integration.Interceptor
Packages that use Interceptor
-
Uses of Interceptor in org.mvel2
Fields in org.mvel2 with type parameters of type InterceptorModifier and TypeFieldDescriptionprotected Map
<String, Interceptor> ParserConfiguration.interceptors
Methods in org.mvel2 that return types with arguments of type InterceptorModifier and TypeMethodDescriptionParserConfiguration.getInterceptors()
ParserContext.getInterceptors()
Method parameters in org.mvel2 with type arguments of type InterceptorModifier and TypeMethodDescriptionvoid
ParserConfiguration.setInterceptors
(Map<String, Interceptor> interceptors) void
ParserContext.setInterceptors
(Map<String, Interceptor> interceptors) -
Uses of Interceptor in org.mvel2.ast
Fields in org.mvel2.ast declared as InterceptorConstructors in org.mvel2.ast with parameters of type InterceptorModifierConstructorDescriptionInterceptorWrapper
(Interceptor interceptor, ASTNode node, ParserContext pCtx)