|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DepthFirstAdapter | |
---|---|
tip.analysis | Provides the analysis utility classes for the TIP ASTs. |
tip.cfg | Provides the basic framework for performing fixed-point analyses of TIP programs. |
tip.cfg.cfa | Provides a collection of control flow analyses for TIP programs. |
tip.display | Provides classes for display ASTs and CFGs of TIP programs. |
tip.phases | Provides the TIP compiler phases. |
tip.util | Provides utility classes for the TIP compiler. |
Uses of DepthFirstAdapter in tip.analysis |
---|
Subclasses of DepthFirstAdapter in tip.analysis | |
---|---|
class |
TreeDisplay
|
Uses of DepthFirstAdapter in tip.cfg |
---|
Subclasses of DepthFirstAdapter in tip.cfg | |
---|---|
class |
CFGBuilder
CFGBuilder constructs control flow graphs for an AST based on the
definitions in the SableCC grammar 'Control Flow Graph'-section. |
Uses of DepthFirstAdapter in tip.cfg.cfa |
---|
Subclasses of DepthFirstAdapter in tip.cfg.cfa | |
---|---|
class |
Andersen
Andersen is an implemention of Andersen's algorithm for computing
points-to maps. |
class |
FunctionPointers
FunctionPointers is an implemention of a simple control flow analysis
for functions pointers. |
class |
Normalization
|
class |
OneLevelFlow
|
class |
Steensgaard
|
Uses of DepthFirstAdapter in tip.display |
---|
Subclasses of DepthFirstAdapter in tip.display | |
---|---|
class |
ASTDisplay
|
class |
CodeGenerationDisplay
|
class |
EnvironmentsDisplay
|
class |
NameLinkingDisplay
|
class |
NormalizationDisplay
|
class |
ParserDisplay
|
class |
ResourcesDisplay
|
class |
TypeCheckingDisplay
|
Uses of DepthFirstAdapter in tip.phases |
---|
Subclasses of DepthFirstAdapter in tip.phases | |
---|---|
class |
CodeEmission
|
class |
CodeGeneration
|
class |
CodePrepare
|
class |
Environments
|
class |
NameLinking
|
class |
Resources
|
class |
ShowAsm
|
class |
TypeChecking
|
class |
Weeding
|
Uses of DepthFirstAdapter in tip.util |
---|
Subclasses of DepthFirstAdapter in tip.util | |
---|---|
class |
DeclCollector
DeclCollector defines methods for collecting all referred
PDecl nodes in the subtree of an AST node or in the subtrees of nodes
associated with points in a control flow graph. |
class |
LocalDeclCollector
LocalDeclCollector defines methods for collecting all referred
ALocalDecl nodes in the subtree of an AST node or in the subtrees of
nodes associated with points in a control flow graph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |