| Package | Description |
|---|---|
| com.vladsch.flexmark.util | |
| com.vladsch.flexmark.util.options | |
| com.vladsch.flexmark.util.sequence |
| Modifier and Type | Method and Description |
|---|---|
static <K1,V1> Pair<K1,V1> |
Pair.of(K1 first,
V1 second) |
| Modifier and Type | Method and Description |
|---|---|
Pair<T,List<ParsedOption<T>>> |
OptionsParser.parseOption(BasedSequence optionsText,
T options,
MessageProvider provider) |
Pair<T,List<ParsedOption<T>>> |
OptionParser.parseOption(BasedSequence optionText,
T options,
MessageProvider provider) |
Pair<T,List<ParsedOption<T>>> |
BooleanOptionParser.parseOption(BasedSequence optionText,
T options,
MessageProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
Pair<Integer,Integer> |
BasedSequence.getLineColumnAtIndex(int index)
Get the line and column information from index into sequence
|
Pair<Integer,Integer> |
BasedSequenceImpl.getLineColumnAtIndex(int index) |
Copyright © 2018. All rights reserved.