|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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,
java.lang.String name,
Namespace context,
int flags)
|
Var |
resolveVar(Interp interp,
java.lang.String name,
Namespace context,
int flags)
|
| Method Detail |
|---|
WrappedCommand resolveCmd(Interp interp,
java.lang.String name,
Namespace context,
int flags)
throws TclException
TclException
Var resolveVar(Interp interp,
java.lang.String name,
Namespace context,
int flags)
throws TclException
TclException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||