org.mvel2.ast
Class Proto.ProtoInstance
java.lang.Object
org.mvel2.ast.Proto.ProtoInstance
- All Implemented Interfaces:
- Map<String,Proto.Receiver>
- Enclosing class:
- Proto
public class Proto.ProtoInstance
- extends Object
- implements Map<String,Proto.Receiver>
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Proto.ProtoInstance
public Proto.ProtoInstance(Proto protoType,
Object ctx,
Object thisCtx,
VariableResolverFactory factory)
getProtoType
public Proto getProtoType()
size
public int size()
- Specified by:
size
in interface Map<String,Proto.Receiver>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<String,Proto.Receiver>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map<String,Proto.Receiver>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map<String,Proto.Receiver>
get
public Proto.Receiver get(Object key)
- Specified by:
get
in interface Map<String,Proto.Receiver>
put
public Proto.Receiver put(String key,
Proto.Receiver value)
- Specified by:
put
in interface Map<String,Proto.Receiver>
remove
public Proto.Receiver remove(Object key)
- Specified by:
remove
in interface Map<String,Proto.Receiver>
putAll
public void putAll(Map m)
- Specified by:
putAll
in interface Map<String,Proto.Receiver>
clear
public void clear()
- Specified by:
clear
in interface Map<String,Proto.Receiver>
keySet
public Set<String> keySet()
- Specified by:
keySet
in interface Map<String,Proto.Receiver>
values
public Collection<Proto.Receiver> values()
- Specified by:
values
in interface Map<String,Proto.Receiver>
entrySet
public Set<Map.Entry<String,Proto.Receiver>> entrySet()
- Specified by:
entrySet
in interface Map<String,Proto.Receiver>
Copyright © 2011. All Rights Reserved.