- valueOf(String) - Static method in enum com.google.googlejavaformat.CloseOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.googlejavaformat.Doc.FillMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.googlejavaformat.Doc.Token.RealOrImaginary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.googlejavaformat.java.JavaFormatterOptions.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.googlejavaformat.java.RemoveUnusedImports.JavadocOnlyImports
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.googlejavaformat.java.TypeNameClassifier.JavaCaseFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.googlejavaformat.CloseOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.googlejavaformat.Doc.FillMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.googlejavaformat.Doc.Token.RealOrImaginary
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.googlejavaformat.java.JavaFormatterOptions.Style
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.googlejavaformat.java.RemoveUnusedImports.JavadocOnlyImports
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.googlejavaformat.java.TypeNameClassifier.JavaCaseFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class com.google.googlejavaformat.java.GoogleJavaFormatVersion
-
- visit(CompilationUnit) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for a CompilationUnit
.
- visit(AnnotationTypeDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for AnnotationTypeDeclaration
s.
- visit(AnnotationTypeMemberDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for AnnotationTypeMemberDeclaration
s.
- visit(AnonymousClassDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for AnonymousClassDeclaration
s.
- visit(ArrayAccess) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ArrayAccess
es.
- visit(ArrayCreation) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ArrayCreation
s.
- visit(ArrayInitializer) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ArrayInitializer
s.
- visit(ArrayType) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ArrayType
s.
- visit(AssertStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for AssertStatement
s.
- visit(Assignment) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for Assignment
s.
- visit(Block) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for Block
s.
- visit(BooleanLiteral) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for BooleanLiteral
s.
- visit(BreakStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for BreakStatement
s.
- visit(CastExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for CastExpression
s.
- visit(CharacterLiteral) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for CharacterLiteral
s.
- visit(ClassInstanceCreation) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ClassInstanceCreation
s.
- visit(ConditionalExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ConditionalExpression
s.
- visit(ConstructorInvocation) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ConstructorInvocation
s.
- visit(ContinueStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ContinueStatement
s.
- visit(CreationReference) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for CreationReference
s.
- visit(Dimension) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for Dimension
s.
- visit(DoStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for DoStatement
s.
- visit(EmptyStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for EmptyStatement
s.
- visit(EnhancedForStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for EnhancedForStatement
s.
- visit(EnumConstantDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for EnumConstantDeclaration
s.
- visit(EnumDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for EnumDeclaration
s.
- visit(ExpressionMethodReference) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ExpressionMethodReference
s.
- visit(ExpressionStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ExpressionStatement
s.
- visit(FieldAccess) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for FieldAccess
es.
- visit(FieldDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for FieldDeclaration
s.
- visit(ForStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ForStatement
s.
- visit(IfStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for IfStatement
s.
- visit(ImportDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ImportDeclaration
s.
- visit(InfixExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for InfixExpression
s.
- visit(Initializer) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for Initializer
s.
- visit(InstanceofExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for InstanceofExpression
s.
- visit(IntersectionType) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for IntersectionType
s.
- visit(LabeledStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for LabeledStatement
s.
- visit(LambdaExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for LambdaExpression
s.
- visit(MarkerAnnotation) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for MarkerAnnotation
s.
- visit(MemberValuePair) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for MemberValuePair
s.
- visit(MethodDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for MethodDeclaration
s.
- visit(MethodInvocation) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for MethodInvocation
s.
- visit(Modifier) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for Modifier
s.
- visit(NameQualifiedType) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for NameQualifiedType
s.
- visit(NormalAnnotation) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for NormalAnnotation
s.
- visit(NullLiteral) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for NullLiteral
s.
- visit(NumberLiteral) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for NumberLiteral
s.
- visit(PackageDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for PackageDeclaration
s.
- visit(ParameterizedType) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ParameterizedType
s.
- visit(ParenthesizedExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ParenthesizedExpression
s.
- visit(PostfixExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for PostfixExpression
s.
- visit(PrefixExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for PrefixExpression
s.
- visit(PrimitiveType) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for PrimitiveType
s.
- visit(QualifiedName) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for QualifiedName
s.
- visit(QualifiedType) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for QualifiedType
s.
- visit(ReturnStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ReturnStatement
s.
- visit(SimpleName) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SimpleName
s.
- visit(SimpleType) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SimpleType
s.
- visit(SingleMemberAnnotation) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SingleMemberAnnotation
s.
- visit(SingleVariableDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SingleVariableDeclaration
s.
- visit(StringLiteral) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for StringLiteral
s.
- visit(SuperConstructorInvocation) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SuperConstructorInvocation
s.
- visit(SuperFieldAccess) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SuperFieldAccess
es.
- visit(SuperMethodInvocation) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SuperMethodInvocation
s.
- visit(SuperMethodReference) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SuperMethodReference
s.
- visit(SwitchCase) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SwitchCase
s.
- visit(SwitchStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SwitchStatement
s.
- visit(SynchronizedStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for SynchronizedStatement
s.
- visit(ThisExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ThisExpression
s.
- visit(ThrowStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for ThrowStatement
s.
- visit(TryStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for TryStatement
s.
- visit(TypeDeclaration) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for TypeDeclaration
s.
- visit(TypeDeclarationStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for TypeDeclarationStatement
s.
- visit(TypeLiteral) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for TypeLiteral
s.
- visit(TypeMethodReference) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for TypeMethodReference
s.
- visit(TypeParameter) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for TypeParameter
s.
- visit(UnionType) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for UnionType
s.
- visit(VariableDeclarationExpression) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for VariableDeclarationExpression
s.
- visit(VariableDeclarationFragment) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for VariableDeclarationFragment
s.
- visit(VariableDeclarationStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for VariableDeclarationStatement
s.
- visit(WhileStatement) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for WhileStatement
s.
- visit(WildcardType) - Method in class com.google.googlejavaformat.java.JavaInputAstVisitor
-
Visitor method for WildcardType
s.