Uses of Enum
com.google.googlejavaformat.java.JavaInputAstVisitor.Direction
Packages that use JavaInputAstVisitor.Direction
-
Uses of JavaInputAstVisitor.Direction in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static JavaInputAstVisitor.Direction[]JavaInputAstVisitor.Direction.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 JavaInputAstVisitor.DirectionModifier and TypeMethodDescriptionprotected intJavaInputAstVisitor.declareOne(JavaInputAstVisitor.DeclarationKind kind, JavaInputAstVisitor.Direction annotationsDirection, Optional<ModifiersTree> modifiers, Tree type, Name name, String op, String equals, Optional<ExpressionTree> initializer, Optional<String> trailing, Optional<ExpressionTree> receiverExpression, Optional<com.google.googlejavaformat.java.DimensionHelpers.TypeWithDims> typeWithDims) Declare one variable or variable-like thing.protected ImmutableList<AnnotationTree> JavaInputAstVisitor.visitModifiers(ModifiersTree modifiersTree, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak) Output combined modifiers and annotations and returns the trailing break.protected ImmutableList<AnnotationTree> JavaInputAstVisitor.visitModifiers(ModifiersTree modifiersTree, List<? extends AnnotationTree> annotationTrees, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak)