Uses of Enum Class
org.mvel2.ast.Proto.ReceiverType
Packages that use Proto.ReceiverType
-
Uses of Proto.ReceiverType in org.mvel2.ast
Methods in org.mvel2.ast that return Proto.ReceiverTypeModifier and TypeMethodDescriptionstatic Proto.ReceiverTypeReturns the enum constant of this class with the specified name.static Proto.ReceiverType[]Proto.ReceiverType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mvel2.ast with parameters of type Proto.ReceiverTypeModifier and TypeMethodDescriptionProto.declareReceiver(String name, Proto.ReceiverType type, ExecutableStatement initCode) voidProto.Receiver.setType(Proto.ReceiverType type) Constructors in org.mvel2.ast with parameters of type Proto.ReceiverTypeModifierConstructorDescriptionReceiver(Proto.ProtoInstance protoInstance, Proto.ReceiverType type, Object receiver) Receiver(Proto.ProtoInstance protoInstance, Proto.ReceiverType type, ExecutableStatement stmt)