Jalopy 1.0b11

de.hunsicker.jalopy.language
Class Position

java.lang.Object
  extended byde.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()


Jalopy 1.0b11

Submit a bug or feature.

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