Jalopy 1.0b10

de.hunsicker.jalopy.language
Class Position

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

public final class Position
extends java.lang.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.
 java.lang.String toString()
          
 
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 java.lang.String toString()

Overrides:
toString in class java.lang.Object

Jalopy 1.0b10

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: June 18 2003