public class WALAIfStatement extends Object implements IfStatement
IfStatement.Evaluation| Constructor and Description |
|---|
WALAIfStatement(com.ibm.wala.ssa.SSAConditionalBranchInstruction delegate,
WALAMethod method) |
| Modifier and Type | Method and Description |
|---|---|
IfStatement.Evaluation |
evaluate(Val val) |
Statement |
getTarget() |
boolean |
uses(Val val) |
public WALAIfStatement(com.ibm.wala.ssa.SSAConditionalBranchInstruction delegate,
WALAMethod method)
public Statement getTarget()
getTarget in interface IfStatementpublic IfStatement.Evaluation evaluate(Val val)
evaluate in interface IfStatementpublic boolean uses(Val val)
uses in interface IfStatementCopyright © 2024. All rights reserved.