Jalopy 1.0b10

de.hunsicker.jalopy.language
Class Position

java.lang.Object
  |
  +--de.hunsicker.jalopy.language.Position

public final class Position
extends Object

Represents a position in a Java Source file.

Since:
1.0b9
Version:
$Revision: 1.3 $
Author:
Marco Hunsicker

Method Summary
 int getColumn()
          Returns the column information of this position.
 int getLine()
          Returns the line information of this position.
 String toString()
          {@inheritDoc}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getColumn

public int getColumn()
Returns the column information of this position.
Returns:
The column information of this position.

getLine

public int getLine()
Returns the line information of this position.
Returns:
The line information of this position.

toString

public String toString()
{@inheritDoc}
Overrides:
toString in class Object

Jalopy 1.0b10

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 14 2002