Class AstInducedCFG.AstPEIVisitor
java.lang.Object
com.ibm.wala.ssa.SSAInstruction.Visitor
com.ibm.wala.cfg.InducedCFG.PEIVisitor
com.ibm.wala.cast.ir.cfg.AstInducedCFG.AstPEIVisitor
- All Implemented Interfaces:
AstInstructionVisitor, SSAInstruction.IVisitor
- Enclosing class:
AstInducedCFG
protected class AstInducedCFG.AstPEIVisitor
extends InducedCFG.PEIVisitor
implements AstInstructionVisitor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InducedCFG.PEIVisitor
breakBasicBlock, visitArrayLength, visitArrayLoad, visitArrayStore, visitCheckCast, visitGet, visitInvoke, visitMonitor, visitNew, visitPut, visitThrowMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AstInstructionVisitor
visitAssert, visitAstGlobalRead, visitAstGlobalWrite, visitAstLexicalRead, visitAstLexicalWrite, visitEachElementGet, visitEachElementHasNext, visitEcho, visitIsDefined, visitPropertyRead, visitPropertyWrite, visitYieldMethods inherited from interface SSAInstruction.IVisitor
visitArrayLength, visitArrayLoad, visitArrayStore, visitBinaryOp, visitCheckCast, visitComparison, visitConditionalBranch, visitConversion, visitGet, visitGetCaughtException, visitGoto, visitInstanceof, visitInvoke, visitLoadMetadata, visitMonitor, visitNew, visitPhi, visitPi, visitPut, visitReturn, visitSwitch, visitThrow, visitUnaryOp
-
Constructor Details
-
AstPEIVisitor
protected AstPEIVisitor(boolean[] r)
-