Uses of Class
com.google.googlejavaformat.java.JavaInput
-
Packages that use JavaInput Package Description com.google.googlejavaformat.java -
-
Uses of JavaInput in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInput Modifier and Type Method Description private static JavaInputModifierOrderer. applyReplacements(JavaInput javaInput, com.google.common.collect.TreeRangeMap<java.lang.Integer,java.lang.String> replacementMap)Applies replacements to the given string.(package private) static JavaInputModifierOrderer. reorderModifiers(JavaInput javaInput, java.util.Collection<com.google.common.collect.Range<java.lang.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(java.lang.String text)Reorders all modifiers in the given text to be in JLS order.Methods in com.google.googlejavaformat.java with parameters of type JavaInput Modifier and Type Method Description private static JavaInputModifierOrderer. applyReplacements(JavaInput javaInput, com.google.common.collect.TreeRangeMap<java.lang.Integer,java.lang.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, java.util.Collection<com.google.common.collect.Range<java.lang.Integer>> characterRanges)Reorders all modifiers in the given text and within the given character ranges to be in JLS order.
-