public class LinearScannedBlock extends Object
Constructor and Description |
---|
LinearScannedBlock(Op03SimpleStatement first,
Op03SimpleStatement last,
int idxFirst,
int idxLast) |
Modifier and Type | Method and Description |
---|---|
Op03SimpleStatement |
getFirst() |
int |
getIdxFirst() |
int |
getIdxLast() |
Op03SimpleStatement |
getLast() |
boolean |
immediatelyFollows(LinearScannedBlock other) |
boolean |
isAfter(LinearScannedBlock other) |
void |
reindex(List<Op03SimpleStatement> in) |
public LinearScannedBlock(Op03SimpleStatement first, Op03SimpleStatement last, int idxFirst, int idxLast)
public Op03SimpleStatement getFirst()
public Op03SimpleStatement getLast()
public int getIdxFirst()
public int getIdxLast()
public boolean isAfter(LinearScannedBlock other)
public boolean immediatelyFollows(LinearScannedBlock other)
public void reindex(List<Op03SimpleStatement> in)
Copyright © 2011-2021. All Rights Reserved.