Class SleighInstructionPrototype.FlowSummary
- java.lang.Object
 - 
- ghidra.app.plugin.processors.sleigh.SleighInstructionPrototype.FlowSummary
 
 
- 
- Enclosing class:
 - SleighInstructionPrototype
 
public static class SleighInstructionPrototype.FlowSummary extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description intdelayjava.util.ArrayList<SleighInstructionPrototype.FlowRecord>flowStatebooleanhasCrossBuildsOpTpllastop 
- 
Constructor Summary
Constructors Constructor Description FlowSummary() 
 - 
 
- 
- 
Field Detail
- 
delay
public int delay
 
- 
hasCrossBuilds
public boolean hasCrossBuilds
 
- 
flowState
public java.util.ArrayList<SleighInstructionPrototype.FlowRecord> flowState
 
- 
lastop
public OpTpl lastop
 
 - 
 
 -