Package frysk.scopes

Overview

See:
          Description

Class Summary
Composite A Composite object is a scope to wich a function can belong: So either a Struct or a class.
ConcreteInlinedFunction  
Enumeration  
Enumerator  
Function In DWARF a subroutine is used to refer to an entity that can either be a concrete function (Subprogram) or an inlined function (InlinedSubprogram).
InlinedFunction Abstract instance of an inlinable function.
LexicalBlock  
NamedScope This class is a root for all scopes which can have a name and can there for be queried for.
OutOfLineFunction This refers to a concrete (not inlined) instance of a function.
Scope A class to represent a Scope.
ScopeFactory  
SourceLocation The source-code line information.
SourceLocationFactory  
Variable This class contains the static information corresponding to a language variable.
 

Package frysk.scopes Description

Overview

This package contains data structures representing DWARF scopes and algorythms for scope searching.