mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 08:30:44 +00:00
committed by
Jindra Petřík
parent
5a3d515340
commit
ecb7668a5f
@@ -236,7 +236,7 @@ public class SyntaxDocument extends PlainDocument {
|
||||
*
|
||||
* @param start start position for getting tokens
|
||||
* @param end position for last token
|
||||
* @return Iterator for tokens that overal with range from start to end
|
||||
* @return Iterator for tokens that overall with range from start to end
|
||||
*/
|
||||
public Iterator<Token> getTokens(int start, int end) {
|
||||
return new TokenIterator(start, end);
|
||||
|
||||
Reference in New Issue
Block a user