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.
resolveCmd
WrappedCommand resolveCmd(Interp interp,
java.lang.String name,
Namespace context,
int flags)
throws TclException
- Throws:
TclException
resolveVar
Var resolveVar(Interp interp,
java.lang.String name,
Namespace context,
int flags)
throws TclException
- Throws:
TclException