public class ASTAndCondition extends ASTAggregatedCondition
| Constructor and Description |
|---|
ASTAndCondition(ASTCondition left,
ASTCondition right) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Analysis a) |
String |
toString() |
void |
toString(UnitPrinter up) |
flip, getLeftOp, getRightOp, isNotted, setLeftOp, setRightOppublic ASTAndCondition(ASTCondition left, ASTCondition right)
public void apply(Analysis a)
apply in class ASTConditionpublic void toString(UnitPrinter up)
toString in class ASTConditionCopyright © 2020 Soot OSS. All rights reserved.