Uses of Class
com.google.googlejavaformat.java.JavaInput
Packages that use JavaInput
-
Uses of JavaInput in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputModifier and TypeMethodDescriptionprivate static JavaInputModifierOrderer.applyReplacements(JavaInput javaInput, com.google.common.collect.TreeRangeMap<Integer, String> replacementMap) Applies replacements to the given string.(package private) static JavaInputModifierOrderer.reorderModifiers(JavaInput javaInput, Collection<com.google.common.collect.Range<Integer>> characterRanges) Reorders all modifiers in the given text and within the given character ranges to be in JLS order.(package private) static JavaInputModifierOrderer.reorderModifiers(String text) Reorders all modifiers in the given text to be in JLS order.Methods in com.google.googlejavaformat.java with parameters of type JavaInputModifier and TypeMethodDescriptionprivate static JavaInputModifierOrderer.applyReplacements(JavaInput javaInput, com.google.common.collect.TreeRangeMap<Integer, String> replacementMap) Applies replacements to the given string.(package private) static voidFormatter.format(JavaInput javaInput, JavaOutput javaOutput, JavaFormatterOptions options) Construct aFormattergiven a Java compilation unit.(package private) static JavaInputModifierOrderer.reorderModifiers(JavaInput javaInput, Collection<com.google.common.collect.Range<Integer>> characterRanges) Reorders all modifiers in the given text and within the given character ranges to be in JLS order.