AbstractClassUnit |
A compilation unit of the program to analyze.
|
Application |
An complete application, collecting several Program s that need to be
analyzed together.
|
ClassUnit |
|
CodeUnit |
A file-based unit of the program to analyze, that logically groups code in
files or modules.
|
CompilationUnit |
An unit of the program to analyze that is part of a hierarchical structure.
|
ConstantGlobal |
A global variable, scoped by its container, that is fixed to a statically
constant (and immutable) value.
|
Global |
A global variable, scoped by its container.
|
InterfaceUnit |
A interface unit of the program to analyze.
|
Program |
A program that LiSA can analyze.
|
ProgramUnit |
A unit that is part of a LiSA Program .
|
SourceCodeLocation |
A location of an element in the source code represented by the path to the
source code, the line and the column where the element appears.
|
SyntheticLocation |
A synthetic code location.
|
Unit |
A unit of the program to analyze.
|