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
-
Constructor Summary
ConstructorsConstructorDescriptionProtoInstance(Proto protoType, Object ctx, Object thisCtx, VariableResolverFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()put(String key, Proto.Receiver value) voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ProtoInstance
-
-
Method Details
-
getProtoType
-
size
public int size()- Specified by:
sizein interfaceMap<String,Proto.Receiver>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<String,Proto.Receiver>
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Proto.Receiver>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Proto.Receiver>
-
get
- Specified by:
getin interfaceMap<String,Proto.Receiver>
-
put
- Specified by:
putin interfaceMap<String,Proto.Receiver>
-
remove
- Specified by:
removein interfaceMap<String,Proto.Receiver>
-
putAll
- Specified by:
putAllin interfaceMap<String,Proto.Receiver>
-
clear
public void clear()- Specified by:
clearin interfaceMap<String,Proto.Receiver>
-
keySet
- Specified by:
keySetin interfaceMap<String,Proto.Receiver>
-
values
- Specified by:
valuesin interfaceMap<String,Proto.Receiver>
-
entrySet
- Specified by:
entrySetin interfaceMap<String,Proto.Receiver>
-