tcl.lang
Interface Resolver


public interface Resolver

The Resolver interface specifies the methods that a new Tcl resolver must implement. See the addInterpResolver method of the Interp class to see how to add a new resolver to an interperter or the setNamespaceResolver of the NamespaceCmd class.


Method Summary
 WrappedCommand resolveCmd(Interp interp, String name, Namespace context, int flags)
           
 Var resolveVar(Interp interp, String name, Namespace context, int flags)
           
 

Method Detail

resolveCmd

WrappedCommand resolveCmd(Interp interp,
                          String name,
                          Namespace context,
                          int flags)
                          throws TclException
Throws:
TclException

resolveVar

Var resolveVar(Interp interp,
               String name,
               Namespace context,
               int flags)
               throws TclException
Throws:
TclException


Copyright © 2015. All rights reserved.