Uses of Enum
com.google.googlejavaformat.java.JavaInputAstVisitor.DeclarationKind
Packages that use JavaInputAstVisitor.DeclarationKind
-
Uses of JavaInputAstVisitor.DeclarationKind in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.DeclarationKindModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static JavaInputAstVisitor.DeclarationKind[]JavaInputAstVisitor.DeclarationKind.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.DeclarationKindModifier 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.