Package org.fife.rsta.ac.java.rjc.lexer
Interface Offset
-
- All Known Implementing Classes:
CompilationUnit.ZeroOffset,Scanner.DocumentOffset
public interface OffsetAn offset into Java source. This is an interface so we can wrapjavax.swing.text.Positioninstances when parsing code in aJTextComponent, so these offsets can get tracked.- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetOffset()Returns the offset into the source.
-