| java.lang.Object tcl.lang.TclParser
Inner Class :static class ParseMakeTokenListResult | |
Inner Class :static class ParseGetIndexAndLengthResult | |
Method Summary | |
static void | ParseCharIndex(Interp interp, UTF8CharPointer script, int index, int length) | static void | ParseCharLength(Interp interp, UTF8CharPointer script, int index, int length) | static void | ParseCommand(Interp interp, UTF8CharPointer script, int index, int length) | static void | ParseCountNewline(Interp interp, UTF8CharPointer script, int scriptLength, TclObject rangePtr1, TclObject rangePtr2) | static void | ParseExpr(Interp interp, UTF8CharPointer script, int index, int length) | static void | ParseGetIndexAndLength(Interp interp, TclObject rangePtr, int scriptLen, ParseGetIndexAndLengthResult result) | static void | ParseGetString(Interp interp, UTF8CharPointer script, int index, int length) | static void | ParseList(Interp interp, UTF8CharPointer script, int index, int length) | static TclObject | ParseMakeByteRange(UTF8CharPointer script, int start, int length) | static TclObject | ParseMakeRange(UTF8CharPointer script, int start, int length) | static int | ParseMakeTokenList(UTF8CharPointer script, TclParse parse, int index, ParseMakeTokenListResult result) | static void | ParseSetErrorCode(Interp interp, UTF8CharPointer script, TclParse parse) | static void | ParseVarName(Interp interp, UTF8CharPointer script, int index, int length) | public void | cmdProc(Interp interp, TclObject[] objv) |
ParseCharIndex | static void ParseCharIndex(Interp interp, UTF8CharPointer script, int index, int length) throws TclException(Code) | | |
ParseCharLength | static void ParseCharLength(Interp interp, UTF8CharPointer script, int index, int length) throws TclException(Code) | | |
ParseCommand | static void ParseCommand(Interp interp, UTF8CharPointer script, int index, int length) throws TclException(Code) | | |
ParseGetIndexAndLength | static void ParseGetIndexAndLength(Interp interp, TclObject rangePtr, int scriptLen, ParseGetIndexAndLengthResult result) throws TclException(Code) | | |
ParseGetString | static void ParseGetString(Interp interp, UTF8CharPointer script, int index, int length) throws TclException(Code) | | |
ParseMakeTokenList | static int ParseMakeTokenList(UTF8CharPointer script, TclParse parse, int index, ParseMakeTokenListResult result) throws TclException(Code) | | |
ParseVarName | static void ParseVarName(Interp interp, UTF8CharPointer script, int index, int length) throws TclException(Code) | | |
|
|