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() |
LineSeparator |
LineEndingProcessingProvider.getDetectedLineEnding() |
Modifier and Type | Method and Description |
---|---|
static int |
TokenTypes.eolTokenKind(LineSeparator lineSeparator) |
static int |
TokenTypes.eolTokenKind(LineSeparator lineSeparator) |
Modifier and Type | Field and Description |
---|---|
static DataKey<LineSeparator> |
Node.LINE_SEPARATOR_KEY |
static DataKey<LineSeparator> |
Node.LINE_SEPARATOR_KEY |
Modifier and Type | Method and Description |
---|---|
LineSeparator |
Node.getLineEndingStyle() |
LineSeparator |
Node.getLineEndingStyle() |
LineSeparator |
Node.getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator) |
LineSeparator |
Node.getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator) |
Modifier and Type | Method and Description |
---|---|
LineSeparator |
Node.getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator) |
LineSeparator |
Node.getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator) |
Modifier and Type | Method and Description |
---|---|
static CsmElement |
CsmElement.newline(LineSeparator lineSeparator) |
static CsmElement |
CsmElement.newline(LineSeparator lineSeparator) |
Modifier and Type | Method and Description |
---|---|
static LineSeparator |
LineSeparator.detect(String string) |
static LineSeparator |
LineSeparator.detect(String string) |
static LineSeparator |
LineSeparator.getLineEnding(int countCr,
int countLf,
int countCrLf) |
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.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.
|
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.lookup(String ending) |
static Optional<LineSeparator> |
LineSeparator.lookupEscaped(String ending) |
static Optional<LineSeparator> |
LineSeparator.lookupEscaped(String ending) |
Modifier and Type | Method and Description |
---|---|
boolean |
LineSeparator.equalsString(LineSeparator lineSeparator) |
boolean |
LineSeparator.equalsString(LineSeparator lineSeparator) |
static String |
Utils.normalizeEolInTextBlock(String content,
LineSeparator desiredEndOfLineCharacter) |
static String |
Utils.normalizeEolInTextBlock(String content,
LineSeparator desiredEndOfLineCharacter) |
Copyright © 2007–2023. All rights reserved.