Package | Description |
---|---|
org.mvel2.ast |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Proto.Receiver |
Proto.declareReceiver(String name,
Proto.ReceiverType type,
ExecutableStatement initCode) |
void |
Proto.Receiver.setType(Proto.ReceiverType type) |
Constructor and Description |
---|
Receiver(Proto.ProtoInstance protoInstance,
Proto.ReceiverType type,
ExecutableStatement stmt) |
Receiver(Proto.ProtoInstance protoInstance,
Proto.ReceiverType type,
Object receiver) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.