|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASTUnaryBinaryCondition | |
soot.dava.internal.AST | |
soot.dava.toolkits.base.AST.structuredAnalysis |
Uses of ASTUnaryBinaryCondition in soot.dava.internal.AST |
Subclasses of ASTUnaryBinaryCondition in soot.dava.internal.AST | |
class |
ASTBinaryCondition
|
class |
ASTUnaryCondition
|
Uses of ASTUnaryBinaryCondition in soot.dava.toolkits.base.AST.structuredAnalysis |
Methods in soot.dava.toolkits.base.AST.structuredAnalysis with parameters of type ASTUnaryBinaryCondition | |
Object |
MustMayInitialize.processUnaryBinaryCondition(ASTUnaryBinaryCondition cond,
Object input)
|
Object |
ReachingCopies.processUnaryBinaryCondition(ASTUnaryBinaryCondition cond,
Object input)
|
Object |
ReachingDefs.processUnaryBinaryCondition(ASTUnaryBinaryCondition cond,
Object input)
|
abstract Object |
StructuredAnalysis.processUnaryBinaryCondition(ASTUnaryBinaryCondition cond,
Object input)
To have maximum flexibility in analyzing conditions the analysis API breaks down the aggregated conditions to simple unary or binary conditions user defined code can then deal with each condition separatly. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |