Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.source.util
Interface SourcePosition  view SourcePosition download SourcePosition.java


public interface SourcePosition

Works like TreeTraversal but only visits a single node.


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

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


line

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


file

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