Uses of Class
org.mvel2.ast.Proto.ProtoInstance
Packages that use Proto.ProtoInstance
-
Uses of Proto.ProtoInstance in org.mvel2.ast
Methods in org.mvel2.ast that return Proto.ProtoInstanceModifier and TypeMethodDescriptionProto.newInstance(Object ctx, Object thisCtx, VariableResolverFactory factory) Methods in org.mvel2.ast with parameters of type Proto.ProtoInstanceModifier and TypeMethodDescriptionProto.Receiver.init(Proto.ProtoInstance instance, Object ctx, Object thisCtx, VariableResolverFactory factory) Constructors in org.mvel2.ast with parameters of type Proto.ProtoInstanceModifierConstructorDescriptionReceiver(Proto.ProtoInstance protoInstance, Proto.ReceiverType type, Object receiver) Receiver(Proto.ProtoInstance protoInstance, Proto.ReceiverType type, ExecutableStatement stmt)