public interface Block
Modifier and Type | Method and Description |
---|---|
int |
getEndLineNumber()
Obtains the ending line number of the block.
|
SourceFile |
getSourceFile()
Obtains the file containing the lines.
|
int |
getStartLineNumber()
Obtains the starting line number of the block.
|
boolean |
isOverlapping(Block other)
Determines if this block overlaps another
|
boolean |
isSubsumed()
Obtains whether this block was subsumed by a longer block or not.
|
SourceFile getSourceFile()
int getStartLineNumber()
int getEndLineNumber()
boolean isSubsumed()
boolean isOverlapping(Block other)
other
- Another blockCopyright (c) 2003-2018 Simon Harris. All rights reserved.