Class InducedCFG.PEIVisitor
java.lang.Object
com.ibm.wala.ssa.SSAInstruction.Visitor
com.ibm.wala.cfg.InducedCFG.PEIVisitor
- All Implemented Interfaces:
SSAInstruction.IVisitor
- Direct Known Subclasses:
AstInducedCFG.AstPEIVisitor
- Enclosing class:
InducedCFG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidvisitArrayLength(SSAArrayLengthInstruction instruction) voidvisitArrayLoad(SSAArrayLoadInstruction instruction) voidvisitArrayStore(SSAArrayStoreInstruction instruction) voidvisitCheckCast(SSACheckCastInstruction instruction) voidvisitGet(SSAGetInstruction instruction) voidvisitInvoke(SSAInvokeInstruction instruction) voidvisitMonitor(SSAMonitorInstruction instruction) voidvisitNew(SSANewInstruction instruction) voidvisitPut(SSAPutInstruction instruction) voidvisitThrow(SSAThrowInstruction instruction) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SSAInstruction.IVisitor
visitBinaryOp, visitComparison, visitConditionalBranch, visitConversion, visitGetCaughtException, visitGoto, visitInstanceof, visitLoadMetadata, visitPhi, visitPi, visitReturn, visitSwitch, visitUnaryOp
-
Constructor Details
-
PEIVisitor
protected PEIVisitor(boolean[] r)
-
-
Method Details
-
breakBasicBlock
protected void breakBasicBlock() -
visitArrayLength
-
visitArrayLoad
-
visitArrayStore
-
visitCheckCast
-
visitGet
-
visitInvoke
-
visitMonitor
-
visitNew
-
visitPut
-
visitThrow
-