com.judoscript
Class Namespace.Adapter

java.lang.Object
  extended by com.judoscript.Namespace.Adapter
All Implemented Interfaces:
Namespace
Enclosing interface:
Namespace

public static class Namespace.Adapter
extends java.lang.Object
implements Namespace


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.judoscript.Namespace
Namespace.Adapter
 
Constructor Summary
Namespace.Adapter(java.lang.String ns)
           
 
Method Summary
 Variable invoke(java.lang.String fxn, Expr[] args, int[] javaTypes)
           
 Variable resolveVariable(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Namespace.Adapter

public Namespace.Adapter(java.lang.String ns)
Method Detail

resolveVariable

public Variable resolveVariable(java.lang.String name)
                         throws java.lang.Throwable
Specified by:
resolveVariable in interface Namespace
Throws:
java.lang.Throwable

invoke

public Variable invoke(java.lang.String fxn,
                       Expr[] args,
                       int[] javaTypes)
                throws java.lang.Throwable
Specified by:
invoke in interface Namespace
Throws:
java.lang.Throwable