JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getOffset
()
Returns the offset into the source.
Method Detail
getOffset
int getOffset()
Returns the offset into the source.
Returns:
The offset.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method