Uses of Class
org.mvel2.ast.Proto.ProtoInstance
-
Packages that use Proto.ProtoInstance Package Description org.mvel2.ast -
-
Uses of Proto.ProtoInstance in org.mvel2.ast
Methods in org.mvel2.ast that return Proto.ProtoInstance Modifier and Type Method Description Proto.ProtoInstanceProto. newInstance(Object ctx, Object thisCtx, VariableResolverFactory factory)Methods in org.mvel2.ast with parameters of type Proto.ProtoInstance Modifier and Type Method Description Proto.ReceiverProto.Receiver. init(Proto.ProtoInstance instance, Object ctx, Object thisCtx, VariableResolverFactory factory)Constructors in org.mvel2.ast with parameters of type Proto.ProtoInstance Constructor Description Receiver(Proto.ProtoInstance protoInstance, Proto.ReceiverType type, Object receiver)Receiver(Proto.ProtoInstance protoInstance, Proto.ReceiverType type, ExecutableStatement stmt)
-