Uses of Class
com.github.javaparser.utils.LineSeparator
-
Packages that use LineSeparator Package Description com.github.javaparser com.github.javaparser.ast com.github.javaparser.printer.concretesyntaxmodel com.github.javaparser.utils -
-
Uses of LineSeparator in com.github.javaparser
Methods in com.github.javaparser that return LineSeparator Modifier and Type Method Description LineSeparatorLineEndingProcessingProvider. getDetectedLineEnding()Methods in com.github.javaparser with parameters of type LineSeparator Modifier and Type Method Description static intTokenTypes. eolTokenKind(LineSeparator lineSeparator) -
Uses of LineSeparator in com.github.javaparser.ast
Fields in com.github.javaparser.ast with type parameters of type LineSeparator Modifier and Type Field Description static DataKey<LineSeparator>Node. LINE_SEPARATOR_KEYMethods in com.github.javaparser.ast that return LineSeparator Modifier and Type Method Description LineSeparatorNode. getLineEndingStyle()LineSeparatorNode. getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator)Methods in com.github.javaparser.ast with parameters of type LineSeparator Modifier and Type Method Description LineSeparatorNode. getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator) -
Uses of LineSeparator in com.github.javaparser.printer.concretesyntaxmodel
Methods in com.github.javaparser.printer.concretesyntaxmodel with parameters of type LineSeparator Modifier and Type Method Description static CsmElementCsmElement. newline(LineSeparator lineSeparator) -
Uses of LineSeparator in com.github.javaparser.utils
Methods in com.github.javaparser.utils that return LineSeparator Modifier and Type Method Description static LineSeparatorLineSeparator. detect(String string)static LineSeparatorLineSeparator. getLineEnding(int countCr, int countLf, int countCrLf)static LineSeparatorLineSeparator. 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.Methods in com.github.javaparser.utils that return types with arguments of type LineSeparator Modifier and Type Method Description static Optional<LineSeparator>LineSeparator. lookup(String ending)static Optional<LineSeparator>LineSeparator. lookupEscaped(String ending)Methods in com.github.javaparser.utils with parameters of type LineSeparator Modifier and Type Method Description booleanLineSeparator. equalsString(LineSeparator lineSeparator)static StringUtils. normalizeEolInTextBlock(String content, LineSeparator desiredEndOfLineCharacter)
-