Class LinearScannedBlock
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.LinearScannedBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Op03SimpleStatement
private int
private int
private Op03SimpleStatement
-
Constructor Summary
ConstructorsConstructorDescriptionLinearScannedBlock
(Op03SimpleStatement first, Op03SimpleStatement last, int idxFirst, int idxLast) -
Method Summary
Modifier and TypeMethodDescriptiongetFirst()
int
int
getLast()
boolean
boolean
isAfter
(LinearScannedBlock other) void
-
Field Details
-
first
-
last
-
idxFirst
private int idxFirst -
idxLast
private int idxLast
-
-
Constructor Details
-
LinearScannedBlock
public LinearScannedBlock(Op03SimpleStatement first, Op03SimpleStatement last, int idxFirst, int idxLast)
-
-
Method Details
-
getFirst
-
getLast
-
getIdxFirst
public int getIdxFirst() -
getIdxLast
public int getIdxLast() -
isAfter
-
immediatelyFollows
-
reindex
-