default
core
corecore.Stringabbrev(int length) : String - This method supports the => operator.
alloc(int bufSize) -
append(String s) : String - This method supports the => operator.
charsetIndexOf(String charset, int off) : int -
compare(String s) : boolean -
compareIgnoreCase(String s) : boolean -
copy(Object o) -
deleteRegion(int off, len) : String - This method supports the => operator.
empty() -
endsWith(String s) : boolean -
escapeControlChars() - Replace control characters and "' by escape sequences
fixLength() -
free() -
freeStack() -
getc(int offset) : char -
getChecksum() : int - Return checksum for the given String.
getDebugString() : String -
getDirName() : String - Return directory part of file.
getLength() : int -
getWord(int wordNr) : String -
indexOf(String s, int off) : int -
indexOfChar(char c, int off) : int -
indexOfControlCharacter(char c) : int -
indexOfWordEnd(int off) : int -
indexOfWordStart(int off) : int -
insert(int index, String s) : String - This method supports the => operator.
isBlank() : boolean -
lastIndexOf(String s) : int -
load(String fileName, boolean bRemoveCR) : boolean -
loadLocal(String fileName, boolean bRemoveCR) : boolean -
New(String s) : String -
numIndicesOf(String s) : int -
parseXML() : TreeNode -
patternMatch(String pattern) : int -
putc(int offset, char c) -
realloc(int bufSize) : boolean -
replace(String a, b) - Replace all occurences of String a by String b.
replaceChar(char a, b) : String - This method supports the => operator.
replaceCharReturnNum(char a, b) : int -
replaceIncludes(String optFilePrefix) : int -
replaceRegion(int startOff, endOff, String s) : String - This method supports the => operator.
replaceReturnNum(String a, b) : int -
resubstEscapeSeq() - Replace internal escape sequences by ASCII-style ones.
resubstEscapeSeq2() - Replace internal escape sequences by script-parseable ASCII-style ones.
revIndexOfChar(char c, int off) : int -
saveLocal(String fileName) : boolean -
split(char delimiter) : int -
splitChar(char delimiter) : StringArray - This method supports the => operator.
splitCharset(String delimiterCharset) : StringArray - This method supports the => operator.
splitSpace(boolean bQuotes) : StringArray - This method supports the => operator.
startsWith(String s) : boolean -
substEscapeSeq() - Replace ASCII-style escape sequences by internal ones.
substring(int off, len) : String - This method supports the => operator
toLower() : String - This method supports the => operator.
toUpper() : String - This method supports the => operator.
trim() : String - This method supports the => operator.
visit(String s, int off, len) -
words(boolean bQuotes) : int -
Method abbrev | ||||||||||
This method supports the => operator. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method alloc | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method append | ||||
This method supports the => operator. | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
Method charsetIndexOf | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method compareIgnoreCase | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method deleteRegion | ||||||||||||||||||||
This method supports the => operator. | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method empty | |||
Signature | |||
|
Method escapeControlChars | |||
Replace control characters and "' by escape sequences | |||
Signature | |||
|
Method fixLength | |||
Signature | |||
|
Method free | |||
Signature | |||
|
Method freeStack | |||
Signature | |||
|
Method getc | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method getChecksum | |||||
Return checksum for the given String. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getDirName | |||||
Return directory part of file. | |||||
Signature | |||||
| |||||
Returns | |||||
| |||||
Description | |||||
This method supports the => operator. |
Method getLength | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getWord | ||||||||||
Deprecated: Use splitSpace(), splitChar(), splitCharset() instead | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method indexOfChar | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method indexOfControlCharacter | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method indexOfWordEnd | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method indexOfWordStart | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method insert | ||||||||
This method supports the => operator. | ||||||||
Signature | ||||||||
Arguments | ||||||||
| ||||||||
Returns | ||||||||
Method isBlank | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method load | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method loadLocal | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method patternMatch | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method putc | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method realloc | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method replace | |
Replace all occurences of String a by String b. | |
Signature | |
Arguments | |
Description | |
This method supports the => operator. |
Method replaceChar | ||||||||||||||||||||
This method supports the => operator. | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method replaceCharReturnNum | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method replaceIncludes | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method replaceRegion | ||||||||||||
This method supports the => operator. | ||||||||||||
Signature | ||||||||||||
Arguments | ||||||||||||
| ||||||||||||
Returns | ||||||||||||
Method replaceReturnNum | |||
Signature | |||
Arguments | |||
Returns | |||
|
Method resubstEscapeSeq | |||
Replace internal escape sequences by ASCII-style ones. | |||
Signature | |||
| |||
Description | |||
Please see script engine source for details. |
substEscapeSeq(),resubstEscapeSeq2
Method resubstEscapeSeq2 | |||
Replace internal escape sequences by script-parseable ASCII-style ones. | |||
Signature | |||
| |||
Description | |||
Please see script engine source for details. |
substEscapeSeq(),resubstEscapeSeq
Method revIndexOfChar | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method saveLocal | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method split | ||||||||||
Deprecated: Use splitChar() instead | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method splitChar | ||||||||||
This method supports the => operator. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method splitCharset | ||||||||||
This method supports the => operator. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method splitSpace | ||||||||||
This method supports the => operator. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method substEscapeSeq | |||
Replace ASCII-style escape sequences by internal ones. | |||
Signature | |||
| |||
Description | |||
This method is mostly useful when generating script source. Please see script engine source for details. |
resubstEscapeSeq(),resubstEscapeSeq2
Method substring | ||||||||||||||||||||
This method supports the => operator | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method words | ||||||||||
Deprecated: Use splitSpace() instead | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
auto-generated by "DOG", the TkScript document generator. Mon, 28/Dec/2015 13:15:54