Package | Description |
---|---|
org.jeditor.core |
This package contains the core syntax classes of the library.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.Integer,PosToken> |
TokenizedDocument.getTokens() |
java.util.Iterator<PosToken> |
TokenizedDocument.iterateAfter(int offset,
int id)
Iterate on the tokens of a specific id after an offset.
|
java.util.Iterator<PosToken> |
TokenizedDocument.iterateBefore(int offset,
int id)
Iterate on the tokens of a specific id before an offset.
|
java.util.List<PosToken> |
TokenizedDocument.tokensAfter(int offset,
int id)
Return the tokens of a specific id after an offset.
|
java.util.List<PosToken> |
TokenizedDocument.tokensBefore(int offset,
int id)
Return the tokens of a specific id before an offset.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TokenizedDocument.getText(PosToken token)
Return the text for a token.
|
Copyright © 2016, 2017, 2018, 2019, 2023, 2025 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence