org.fife.rsta.ac.java.rjc.lexer
Interface Offset


public interface Offset

An offset into Java source. This is an interface so we can wrap javax.swing.text.Position instances when parsing code in a JTextComponent, so these offsets can get tracked.

Version:
1.0
Author:
Robert Futrell

Method Summary
 int getOffset()
          Returns the offset into the source.
 

Method Detail

getOffset

int getOffset()
Returns the offset into the source.

Returns:
The offset.


Copyright © 2003-2011. All Rights Reserved.