public interface BranchPropagation
Modifier and Type | Method and Description |
---|---|
Collection |
branches() |
Stmt |
branchTarget(Stmt branchStmt) |
void |
collectBranches(Collection c) |
void |
collectFinally(Stmt branchStmt,
ArrayList list) |
Collection |
escapedBranches() |
Collection |
targetBranches() |
Collection |
targetBreaks() |
Collection |
targetContinues() |
boolean |
targetOf(BreakStmt stmt) |
boolean |
targetOf(ContinueStmt stmt) |
void collectBranches(Collection c)
Collection targetContinues()
Collection targetBreaks()
Collection targetBranches()
Collection escapedBranches()
Collection branches()
boolean targetOf(ContinueStmt stmt)
boolean targetOf(BreakStmt stmt)
Copyright © 2020 Sable. All rights reserved.