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 intTokenTypes.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 CsmElementCsmElement.newline(LineSeparator lineSeparator) -
Uses of LineSeparator in com.github.javaparser.utils
Methods in com.github.javaparser.utils that return LineSeparatorModifier and TypeMethodDescriptionstatic LineSeparatorstatic LineSeparatorLineSeparator.getLineEnding(int countCr, int countLf, int countCrLf)static LineSeparatorReturns 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 TypeMethodDescriptionbooleanLineSeparator.equalsString(LineSeparator lineSeparator)static StringUtils.normalizeEolInTextBlock(String content, LineSeparator desiredEndOfLineCharacter)