jcaas.script_nodes
Class FunctionMap

java.lang.Object
  extended by jcaas.script_nodes.FunctionMap

public class FunctionMap
extends java.lang.Object

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
FunctionMap()
           
 
Method Summary
 Function getFunction(SObject actor, Identifier id)
           
 StaticFunction getStaticFunc(Identifier id)
           
 boolean putStaticFunc(Identifier id, StaticFunction func)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionMap

public FunctionMap()
Method Detail

getFunction

public Function getFunction(SObject actor,
                            Identifier id)

putStaticFunc

public boolean putStaticFunc(Identifier id,
                             StaticFunction func)

getStaticFunc

public StaticFunction getStaticFunc(Identifier id)