Uses of Enum
com.google.googlejavaformat.java.SnippetFormatter.SnippetKind
Packages that use SnippetFormatter.SnippetKind
-
Uses of SnippetFormatter.SnippetKind in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return SnippetFormatter.SnippetKindModifier and TypeMethodDescriptionstatic SnippetFormatter.SnippetKindReturns the enum constant of this type with the specified name.static SnippetFormatter.SnippetKind[]SnippetFormatter.SnippetKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.googlejavaformat.java with parameters of type SnippetFormatter.SnippetKindModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Replacement> SnippetFormatter.format(SnippetFormatter.SnippetKind kind, String source, List<com.google.common.collect.Range<Integer>> ranges, int initialIndent, boolean includeComments) Runs the Google Java formatter on the given source, with only the given ranges specified.private SnippetFormatter.SnippetWrapperSnippetFormatter.snippetWrapper(SnippetFormatter.SnippetKind kind, String source, int initialIndent)