Uses of Class
org.mvel2.ast.Proto.Receiver
Packages that use Proto.Receiver
-
Uses of Proto.Receiver in org.mvel2.ast
Fields in org.mvel2.ast with type parameters of type Proto.ReceiverModifier and TypeFieldDescriptionProto.ProtoInstance.receivers
private Map
<String, Proto.Receiver> Proto.receivers
Methods in org.mvel2.ast that return Proto.ReceiverModifier and TypeMethodDescriptionProto.declareReceiver
(String name, Class type, ExecutableStatement initCode) Proto.declareReceiver
(String name, Function function) Proto.declareReceiver
(String name, Proto.ReceiverType type, ExecutableStatement initCode) Proto.Receiver.init
(Proto.ProtoInstance instance, Object ctx, Object thisCtx, VariableResolverFactory factory) Proto.ProtoInstance.put
(String key, Proto.Receiver value) Methods in org.mvel2.ast that return types with arguments of type Proto.ReceiverMethods in org.mvel2.ast with parameters of type Proto.Receiver -
Uses of Proto.Receiver in org.mvel2.util
Methods in org.mvel2.util with parameters of type Proto.ReceiverModifier and TypeMethodDescriptionprivate void
ProtoParser.enqueueReceiverForLateResolution
(String name, Proto.Receiver receiver, String initializer)