|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Proto.ReceiverType | |
|---|---|
| org.mvel2.ast | |
| Uses of Proto.ReceiverType in org.mvel2.ast |
|---|
| Methods in org.mvel2.ast that return Proto.ReceiverType | |
|---|---|
static Proto.ReceiverType |
Proto.ReceiverType.valueOf(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 | |
|---|---|
Proto.Receiver |
Proto.declareReceiver(String name,
Proto.ReceiverType type,
ExecutableStatement initCode)
|
void |
Proto.Receiver.setType(Proto.ReceiverType type)
|
| Constructors in org.mvel2.ast with parameters of type Proto.ReceiverType | |
|---|---|
Proto.Receiver(Proto.ProtoInstance protoInstance,
Proto.ReceiverType type,
ExecutableStatement stmt)
|
|
Proto.Receiver(Proto.ProtoInstance protoInstance,
Proto.ReceiverType type,
Object receiver)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||