22 module
com { module sun { module star { module script {
sequence< string > LocalVariableNames
Get all names of the local variable in this context.
Definition: ContextInformation.idl:73
string Name
Full qualified name to address the module or function associated with the context.
Definition: ContextInformation.idl:34
Definition: Ambiguous.idl:20
long EndColumn
contains the first column in the EndLine that is NOT associated with the context. ...
Definition: ContextInformation.idl:69
string SourceCode
Source code of the Module, that is associated with the context.
Definition: ContextInformation.idl:40
long StartColumn
contains the first column in the StartLine associated with the context.
Definition: ContextInformation.idl:58
long StartLine
contains the first line in the module's source code associated with the context.
Definition: ContextInformation.idl:53
long EndLine
contains the last line in the module's source code associated with the context.
Definition: ContextInformation.idl:64
provides information about a certain stack frame.
Definition: ContextInformation.idl:28