|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object soot.dava.internal.AST.ASTCondition soot.dava.internal.AST.ASTAggregatedCondition soot.dava.internal.AST.ASTOrCondition
public class ASTOrCondition
Constructor Summary | |
---|---|
ASTOrCondition(ASTCondition left,
ASTCondition right)
|
Method Summary | |
---|---|
void |
apply(Analysis a)
|
String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class soot.dava.internal.AST.ASTAggregatedCondition |
---|
flip, getLeftOp, getRightOp, isNotted, setLeftOp, setRightOp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ASTOrCondition(ASTCondition left, ASTCondition right)
Method Detail |
---|
public void apply(Analysis a)
apply
in class ASTCondition
public String toString()
toString
in class Object
public void toString(UnitPrinter up)
toString
in class ASTCondition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |