org.mvel2.ast
Class Proto.ProtoInstance

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
Proto.ProtoInstance(Proto protoType, Object ctx, Object thisCtx, VariableResolverFactory factory)
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<String,Proto.Receiver>> entrySet()
           
 Proto.Receiver get(Object key)
           
 Proto getProtoType()
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 Proto.Receiver put(String key, Proto.Receiver value)
           
 void putAll(Map m)
           
 Proto.Receiver remove(Object key)
           
 int size()
           
 Collection<Proto.Receiver> 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
equals, hashCode
 

Constructor Detail

Proto.ProtoInstance

public Proto.ProtoInstance(Proto protoType,
                           Object ctx,
                           Object thisCtx,
                           VariableResolverFactory factory)
Method Detail

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.