Uses of Class
com.strobel.assembler.flowanalysis.ControlFlowEdge
-
Packages that use ControlFlowEdge Package Description com.strobel.assembler.flowanalysis com.strobel.assembler.metadata -
-
Uses of ControlFlowEdge in com.strobel.assembler.flowanalysis
Fields in com.strobel.assembler.flowanalysis with type parameters of type ControlFlowEdge Modifier and Type Field Description private java.util.List<ControlFlowEdge>ControlFlowNode. _incomingprivate java.util.Iterator<ControlFlowEdge>ControlFlowNode.PredecessorIterator. _innerIteratorprivate java.util.Iterator<ControlFlowEdge>ControlFlowNode.SuccessorIterator. _innerIteratorprivate java.util.List<ControlFlowEdge>ControlFlowNode. _outgoingMethods in com.strobel.assembler.flowanalysis that return ControlFlowEdge Modifier and Type Method Description private ControlFlowEdgeControlFlowGraphBuilder. createEdge(ControlFlowNode fromNode, ControlFlowNode toNode, JumpType type)private ControlFlowEdgeControlFlowGraphBuilder. createEdge(ControlFlowNode fromNode, Instruction toInstruction, JumpType type)Methods in com.strobel.assembler.flowanalysis that return types with arguments of type ControlFlowEdge Modifier and Type Method Description java.util.List<ControlFlowEdge>ControlFlowNode. getIncoming()java.util.List<ControlFlowEdge>ControlFlowNode. getOutgoing() -
Uses of ControlFlowEdge in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return ControlFlowEdge Modifier and Type Method Description private ControlFlowEdgeExceptionHandlerMapper. createEdge(ControlFlowNode fromNode, ControlFlowNode toNode, JumpType type)private ControlFlowEdgeExceptionHandlerMapper. createEdge(ControlFlowNode fromNode, Instruction toInstruction, JumpType type)
-