| Package | Description |
|---|---|
| org.mvel2.ast | |
| org.mvel2.util |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,Proto.Receiver> |
Proto.receivers |
private SimpleIndexHashMapWrapper<java.lang.String,Proto.Receiver> |
Proto.ProtoInstance.receivers |
| Modifier and Type | Method and Description |
|---|---|
Proto.Receiver |
Proto.declareReceiver(java.lang.String name,
java.lang.Class type,
ExecutableStatement initCode) |
Proto.Receiver |
Proto.declareReceiver(java.lang.String name,
Function function) |
Proto.Receiver |
Proto.declareReceiver(java.lang.String name,
Proto.ReceiverType type,
ExecutableStatement initCode) |
Proto.Receiver |
Proto.ProtoInstance.get(java.lang.Object key) |
Proto.Receiver |
Proto.Receiver.init(Proto.ProtoInstance instance,
java.lang.Object ctx,
java.lang.Object thisCtx,
VariableResolverFactory factory) |
Proto.Receiver |
Proto.ProtoInstance.put(java.lang.String key,
Proto.Receiver value) |
Proto.Receiver |
Proto.ProtoInstance.remove(java.lang.Object key) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,Proto.Receiver>> |
Proto.ProtoInstance.entrySet() |
java.util.Collection<Proto.Receiver> |
Proto.ProtoInstance.values() |
| Modifier and Type | Method and Description |
|---|---|
Proto.Receiver |
Proto.ProtoInstance.put(java.lang.String key,
Proto.Receiver value) |
| Modifier and Type | Method and Description |
|---|---|
private void |
ProtoParser.enqueueReceiverForLateResolution(java.lang.String name,
Proto.Receiver receiver,
java.lang.String initializer) |