Simian - Similarity Analyser v2.2.21

au.com.redhillconsulting.simian
Interface Block


public interface Block

A block of code.

Version:
$Id$
Author:
Simon Harris

Method Summary
 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 isSubsumed()
          Obtains whether this block was subsumed by a longer block or not.
 

Method Detail

getSourceFile

SourceFile getSourceFile()
Obtains the file containing the lines.

Returns:
The file containing the lines.

getStartLineNumber

int getStartLineNumber()
Obtains the starting line number of the block.

Returns:
The starting line number of the block.

getEndLineNumber

int getEndLineNumber()
Obtains the ending line number of the block.

Returns:
The ending line number of the block.

isSubsumed

boolean isSubsumed()
Obtains whether this block was subsumed by a longer block or not.

Returns:
true if this block was subsumed by a longer block; otherwise false.

Simian - Similarity Analyser v2.2.21

Copyright (c) 2003-07 RedHill Consulting Pty. Ltd. All rights reserved.