Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

javax.ide.model.java.source
Interface SourcePosition


public interface SourcePosition

Represents a position in a source file.


Method Summary
 int column()
          Gets the column number of this position.
 java.net.URI file()
          Gets the file of this position.
 int line()
          Gets the line number of this position.
 

Method Detail

column

int column()
Gets the column number of this position.

Returns:
The column number of this position.

line

int line()
Gets the line number of this position.

Returns:
The line number of this position.

file

java.net.URI file()
Gets the file of this position.

Returns:
The URI for the file of this position.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.