Field Summary
|
Name |
Full qualified name to adress the module or function associated with the context.
If the module or function can't be adressed by name, e.g. in case that a runtime
generated eval-module is executed, this string is empty
|
|
SourceCode |
Source code of the Module, that is associated with the context. If the source can
be accessed using the ModuleName or if the source is unknown (executing compiled
code) this string can be empty.
|
|
StartLine |
contains the first line in the module's source code associated with
the context.
|
|
StartColumn |
contains the first column in the StartLine associated with
the context.
|
|
EndLine |
contains the last line in the module's source code associated with
the context.
|
|
EndColumn |
contains the first column in the EndLine that is NOT
associated with the context.
|
|
LocalVariableNames |
* Get all names of the local variable in this context.
|
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.