Uses of Enum
com.github.javaparser.utils.LineSeparator
Packages that use LineSeparator
Package
Description
-
Uses of LineSeparator in com.github.javaparser
Methods in com.github.javaparser that return LineSeparatorMethods in com.github.javaparser with parameters of type LineSeparatorModifier and TypeMethodDescriptionstatic int
TokenTypes.eolTokenKind(LineSeparator lineSeparator)
-
Uses of LineSeparator in com.github.javaparser.ast
Fields in com.github.javaparser.ast with type parameters of type LineSeparatorMethods in com.github.javaparser.ast that return LineSeparatorModifier and TypeMethodDescriptionNode.getLineEndingStyle()
Node.getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator)
Methods in com.github.javaparser.ast with parameters of type LineSeparatorModifier and TypeMethodDescriptionNode.getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator)
-
Uses of LineSeparator in com.github.javaparser.printer.concretesyntaxmodel
Methods in com.github.javaparser.printer.concretesyntaxmodel with parameters of type LineSeparatorModifier and TypeMethodDescriptionstatic CsmElement
CsmElement.newline(LineSeparator lineSeparator)
-
Uses of LineSeparator in com.github.javaparser.utils
Methods in com.github.javaparser.utils that return LineSeparatorModifier and TypeMethodDescriptionstatic LineSeparator
static LineSeparator
LineSeparator.getLineEnding(int countCr, int countLf, int countCrLf)
static LineSeparator
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.Methods in com.github.javaparser.utils that return types with arguments of type LineSeparatorModifier and TypeMethodDescriptionstatic Optional<LineSeparator>
static Optional<LineSeparator>
LineSeparator.lookupEscaped(String ending)
Methods in com.github.javaparser.utils with parameters of type LineSeparatorModifier and TypeMethodDescriptionboolean
LineSeparator.equalsString(LineSeparator lineSeparator)
static String
Utils.normalizeEolInTextBlock(String content, LineSeparator desiredEndOfLineCharacter)