Uses of Class
com.github.javaparser.utils.LineSeparator
-
-
Uses of LineSeparator in com.github.javaparser
Fields in com.github.javaparser with type parameters of type LineSeparator Modifier and Type Field Description private java.util.Map<LineSeparator,java.lang.Integer>LineEndingProcessingProvider. eolCountsMethods 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.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type LineSeparator Modifier and Type Method Description private CsmElementLexicalDifferenceCalculator. getNewLineToken(LineSeparator lineSeparator)private voidLexicalDifferenceCalculator. replaceEolTokens(java.util.List<DifferenceElement> differenceElements, 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(java.lang.String string)static LineSeparatorLineSeparator. getLineEnding(int countCr, int countLf, int countCrLf)static LineSeparatorLineSeparator. valueOf(java.lang.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 java.util.Optional<LineSeparator>LineSeparator. lookup(java.lang.String ending)static java.util.Optional<LineSeparator>LineSeparator. lookupEscaped(java.lang.String ending)Methods in com.github.javaparser.utils with parameters of type LineSeparator Modifier and Type Method Description booleanLineSeparator. equalsString(LineSeparator lineSeparator)static java.lang.StringUtils. normalizeEolInTextBlock(java.lang.String content, LineSeparator desiredEndOfLineCharacter)
-