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 LineSeparator
LineEndingProcessingProvider. getDetectedLineEnding()
Methods in com.github.javaparser with parameters of type LineSeparator Modifier and Type Method Description static int
TokenTypes. 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_KEY
Methods in com.github.javaparser.ast that return LineSeparator Modifier and Type Method Description LineSeparator
Node. getLineEndingStyle()
LineSeparator
Node. getLineEndingStyleOrDefault(LineSeparator defaultLineSeparator)
Methods in com.github.javaparser.ast with parameters of type LineSeparator Modifier and Type Method Description LineSeparator
Node. 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 CsmElement
CsmElement. 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 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.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 boolean
LineSeparator. equalsString(LineSeparator lineSeparator)
static String
Utils. normalizeEolInTextBlock(String content, LineSeparator desiredEndOfLineCharacter)
-