|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttcl.lang.TclIndex
public class TclIndex
Method Summary | |
---|---|
void |
dispose()
Implement this no-op for the InternalRep interface. |
InternalRep |
duplicate()
Returns a dupilcate of the current object. |
static int |
get(Interp interp,
TclObject tobj,
String[] table,
String msg,
int flags)
Tcl_GetIndexFromObj -> get Gets the index into the table of the object. |
String |
toString()
Called to query the string representation of the Tcl object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public InternalRep duplicate()
duplicate
in interface InternalRep
public void dispose()
dispose
in interface InternalRep
public String toString()
toString
in class Object
public static int get(Interp interp, TclObject tobj, String[] table, String msg, int flags) throws TclException
interp
- the interperter or nulltobj
- the object to operate on.table
- the list of commandsmsg
- used as part of any error messagesflags
- may be TCL.EXACT.
TclException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |