org.oXML.extras.java
Class TrustedType

java.lang.Object
  extended byorg.oXML.type.Type
      extended byorg.oXML.extras.java.TrustedType

public class TrustedType
extends Type

wrapper that wraps all functions to use a specific RuntimeContext


Field Summary
 
Fields inherited from class org.oXML.type.Type
MAX_TYPE_DISTANCE
 
Constructor Summary
TrustedType(Node trusted, RuntimeContext ctxt)
           
 
Method Summary
 Function getFunction(Name name, Type[] params)
           
 
Methods inherited from class org.oXML.type.Type
addConstructor, addFunction, addParent, addVariable, distance, equals, equals, getConstructors, getFunctions, getName, getParentTypes, getVariables, instanceOf, isFinal, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustedType

public TrustedType(Node trusted,
                   RuntimeContext ctxt)
Method Detail

getFunction

public final Function getFunction(Name name,
                                  Type[] params)
Overrides:
getFunction in class Type