| Modifier and Type | Method and Description |
|---|---|
Cursor |
Cursor.add(PropertiesParser.Token token) |
Cursor |
Cursor.addEol() |
Cursor |
Cursor.copy() |
static Cursor |
Cursor.first(List<PropertiesParser.Token> tokens) |
static Cursor |
Cursor.index(List<PropertiesParser.Token> tokens,
int index) |
static Cursor |
Cursor.last(List<PropertiesParser.Token> tokens) |
Cursor |
Cursor.next() |
Cursor |
Cursor.nextWhile(java.util.function.Predicate<PropertiesParser.Token> accept) |
Cursor |
Cursor.prev() |
Cursor |
Cursor.prevWhile(java.util.function.Predicate<PropertiesParser.Token> accept) |
Cursor |
Cursor.replace(PropertiesParser.Token token) |
Cursor |
Cursor.skip(int steps) |
Copyright © 2024. All rights reserved.