default
core
corecore.Scripteval() - Run script statements
findFunction(String name) : Function -
findTaggedVariableByIndex(int index) : Variable -
findVariable(String name) : Variable -
getLastErrorLineIndex() : int -
getPrintHookOutputAndClear() : String - Return a copy of the current trace / print / stdout / stderr capture buffer and clear the buffer.
installPrintHook() - Install trace / print / stdout / stderr hook and capture output to string buffer.
load(String script) : boolean -
setClassNamespace(String nspName) - Set namespace name for classes declared in this (temporary) script module.
setLineOffset(int ) - Skip line numbers, e.g. after adding implicit header lines to script source.
uninstallPrintHook() - Uninstall trace / print / stdout / stderr hook.
unload() -
Method eval | |||
Run script statements | |||
Signature | |||
|
Method findFunction | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
Method findTaggedVariableByIndex | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method findVariable | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
Method getLastErrorLineIndex | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getPrintHookOutputAndClear | |||||
Return a copy of the current trace / print / stdout / stderr capture buffer and clear the buffer. | |||||
Signature | |||||
| |||||
Returns | |||||
Method installPrintHook | |||
Install trace / print / stdout / stderr hook and capture output to string buffer. | |||
Signature | |||
|
Method setClassNamespace | |||||
Set namespace name for classes declared in this (temporary) script module. | |||||
Signature | |||||
| |||||
Arguments | |||||
| |||||
Description | |||||
(note) a unique namespace must be set in case the script source is loaded in multiple Script instances |
Method setLineOffset | |||||
Skip line numbers, e.g. after adding implicit header lines to script source. | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method uninstallPrintHook | |||
Uninstall trace / print / stdout / stderr hook. | |||
Signature | |||
|
Method unload | |||
Signature | |||
|
auto-generated by "DOG", the TkScript document generator. Thu, 11/Dec/2025 13:41:59