| Package | Description |
|---|---|
| com.github.javaparser | |
| com.github.javaparser.ast | |
| com.github.javaparser.printer.concretesyntaxmodel | |
| com.github.javaparser.utils |
| Modifier and Type | Method and Description |
|---|---|
LineSeparator |
LineEndingProcessingProvider.getDetectedLineEnding() |
| Modifier and Type | Method and Description |
|---|---|
static int |
TokenTypes.eolTokenKind(LineSeparator lineSeparator) |
| Modifier and Type | Field and Description |
|---|---|
static DataKey<LineSeparator> |
Node.LINE_SEPARATOR_KEY |
| Modifier and Type | Method and Description |
|---|---|
LineSeparator |
Node.getLineEndingStyle() |
LineSeparator |
Node.getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator) |
| Modifier and Type | Method and Description |
|---|---|
LineSeparator |
Node.getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator) |
| Modifier and Type | Method and Description |
|---|---|
static CsmElement |
CsmElement.newline(LineSeparator lineSeparator) |
| Modifier and Type | Method and Description |
|---|---|
static LineSeparator |
LineSeparator.detect(String string) |
static LineSeparator |
LineSeparator.getLineEnding(int countCr,
int countLf,
int countCrLf) |
static LineSeparator |
LineSeparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineSeparator[] |
LineSeparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<LineSeparator> |
LineSeparator.lookup(String ending) |
static Optional<LineSeparator> |
LineSeparator.lookupEscaped(String ending) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LineSeparator.equalsString(LineSeparator lineSeparator) |
static String |
Utils.normalizeEolInTextBlock(String content,
LineSeparator desiredEndOfLineCharacter) |
Copyright © 2007–2021. All rights reserved.