org.oXML.type
Class TypeResolver
java.lang.Object
org.oXML.type.TypeResolver
- public class TypeResolver
- extends java.lang.Object
dynamically resolves types and functions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
types
public java.util.Map types
functions
public Functions functions
TypeResolver
public TypeResolver()
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
addModule
public void addModule(Module module)
throws ObjectBoxException
- Throws:
ObjectBoxException