Package org.mvel2.ast
Class Proto.ProtoInstance
java.lang.Object
org.mvel2.ast.Proto.ProtoInstance
- All Implemented Interfaces:
Map<String,
Proto.Receiver>
- Enclosing class:
Proto
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProtoInstance
(Proto protoType, Object ctx, Object thisCtx, VariableResolverFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
isEmpty()
keySet()
put
(String key, Proto.Receiver value) void
int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
protoType
-
instanceStates
-
receivers
-
-
Constructor Details
-
ProtoInstance
-
-
Method Details
-
getProtoType
-
size
public int size()- Specified by:
size
in interfaceMap<String,
Proto.Receiver>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceMap<String,
Proto.Receiver>
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Proto.Receiver>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Proto.Receiver>
-
get
- Specified by:
get
in interfaceMap<String,
Proto.Receiver>
-
put
- Specified by:
put
in interfaceMap<String,
Proto.Receiver>
-
remove
- Specified by:
remove
in interfaceMap<String,
Proto.Receiver>
-
putAll
- Specified by:
putAll
in interfaceMap<String,
Proto.Receiver>
-
clear
public void clear()- Specified by:
clear
in interfaceMap<String,
Proto.Receiver>
-
keySet
- Specified by:
keySet
in interfaceMap<String,
Proto.Receiver>
-
values
- Specified by:
values
in interfaceMap<String,
Proto.Receiver>
-
entrySet
- Specified by:
entrySet
in interfaceMap<String,
Proto.Receiver>
-