| Modifier and Type | Method and Description |
|---|---|
void |
DepthFirstAdapter.caseASTWhileNode(ASTWhileNode node) |
void |
Analysis.caseASTWhileNode(ASTWhileNode node) |
void |
AnalysisAdapter.caseASTWhileNode(ASTWhileNode node) |
void |
DepthFirstAdapter.inASTWhileNode(ASTWhileNode node) |
void |
DepthFirstAdapter.outASTWhileNode(ASTWhileNode node) |
| Modifier and Type | Method and Description |
|---|---|
DavaFlowSet |
UnreachableCodeFinder.processASTWhileNode(ASTWhileNode node,
DavaFlowSet input) |
DavaFlowSet<E> |
StructuredAnalysis.processASTWhileNode(ASTWhileNode node,
DavaFlowSet<E> input) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeInliningFinalFields.inASTWhileNode(ASTWhileNode node) |
void |
CPApplication.inASTWhileNode(ASTWhileNode node) |
void |
OrAggregatorFour.outASTWhileNode(ASTWhileNode node) |
void |
BooleanConditionSimplification.outASTWhileNode(ASTWhileNode node) |
void |
UselessLabeledBlockRemover.outASTWhileNode(ASTWhileNode node) |
void |
SimplifyConditions.outASTWhileNode(ASTWhileNode node) |
| Constructor and Description |
|---|
ForLoopCreationHelper(ASTStatementSequenceNode stmtSeqNode,
ASTWhileNode whileNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTParentNodeFinder.inASTWhileNode(ASTWhileNode node) |
void |
AllVariableUses.inASTWhileNode(ASTWhileNode node) |
void |
ASTUsesAndDefs.inASTWhileNode(ASTWhileNode node) |
void |
ClosestAbruptTargetFinder.inASTWhileNode(ASTWhileNode node)
Following methods add a new node to the end of the nodeStack arrayList Since that node becomes the closest target of an
implicit break or continue
|
void |
LabelToNodeMapper.inASTWhileNode(ASTWhileNode node) |
void |
ASTParentNodeFinder.outASTWhileNode(ASTWhileNode node) |
void |
ClosestAbruptTargetFinder.outASTWhileNode(ASTWhileNode node)
Following methods remove the last node from the end of the nodeStack arrayList Since the previous node now becomes the
closest target to an implicit break or continue
|
| Modifier and Type | Method and Description |
|---|---|
void |
infoGatheringAnalysis.inASTWhileNode(ASTWhileNode node) |
void |
infoGatheringAnalysis.outASTWhileNode(ASTWhileNode node) |
Copyright © 2020 Soot OSS. All rights reserved.