|
|||||||||
| 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,
java.lang.String[] table,
java.lang.String msg,
int flags)
Tcl_GetIndexFromObj -> get Gets the index into the table of the object. |
java.lang.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 InternalRepobj - the TclObject that contains this internalRep.public void dispose()
dispose in interface InternalReppublic java.lang.String toString()
toString in class java.lang.Object
public static int get(Interp interp,
TclObject tobj,
java.lang.String[] table,
java.lang.String msg,
int flags)
throws TclException
interp - the interperter or nulltobj - the object to operate on.
TclException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||