org.oXML.engine
Interface TypeLoader


public interface TypeLoader


Method Summary
 void addFunction(Function fun)
           
 void addType(Type type)
           
 Function getFunction(Name name, Type[] args)
           
 Type getType(Name name)
           
 

Method Detail

getType

public Type getType(Name name)
             throws ObjectBoxException
Throws:
ObjectBoxException

getFunction

public Function getFunction(Name name,
                            Type[] args)
                     throws ObjectBoxException
Throws:
ObjectBoxException

addFunction

public void addFunction(Function fun)
                 throws ObjectBoxException
Throws:
ObjectBoxException

addType

public void addType(Type type)
             throws ObjectBoxException
Throws:
ObjectBoxException