Uses of Class
org.mvel2.ast.Proto.ReceiverType
-
Packages that use Proto.ReceiverType Package Description org.mvel2.ast -
-
Uses of Proto.ReceiverType in org.mvel2.ast
Fields in org.mvel2.ast declared as Proto.ReceiverType Modifier and Type Field Description private Proto.ReceiverTypeProto.Receiver. typeMethods in org.mvel2.ast that return Proto.ReceiverType Modifier and Type Method Description static Proto.ReceiverTypeProto.ReceiverType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Proto.ReceiverType[]Proto.ReceiverType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mvel2.ast with parameters of type Proto.ReceiverType Modifier and Type Method Description Proto.ReceiverProto. declareReceiver(java.lang.String name, Proto.ReceiverType type, ExecutableStatement initCode)voidProto.Receiver. setType(Proto.ReceiverType type)Constructors in org.mvel2.ast with parameters of type Proto.ReceiverType Constructor Description Receiver(Proto.ProtoInstance protoInstance, Proto.ReceiverType type, java.lang.Object receiver)Receiver(Proto.ProtoInstance protoInstance, Proto.ReceiverType type, ExecutableStatement stmt)
-