Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTAnyTypeDeclaration.TypeKind
-
Packages that use ASTAnyTypeDeclaration.TypeKind Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTAnyTypeDeclaration.TypeKind in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTAnyTypeDeclaration.TypeKind Modifier and Type Method Description ASTAnyTypeDeclaration.TypeKindASTAnnotationTypeDeclaration. getTypeKind()ASTAnyTypeDeclaration.TypeKindASTAnyTypeDeclaration. getTypeKind()Finds the type kind of this declaration.ASTAnyTypeDeclaration.TypeKindASTClassOrInterfaceDeclaration. getTypeKind()ASTAnyTypeDeclaration.TypeKindASTEnumDeclaration. getTypeKind()static ASTAnyTypeDeclaration.TypeKindASTAnyTypeDeclaration.TypeKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ASTAnyTypeDeclaration.TypeKind[]ASTAnyTypeDeclaration.TypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTAnyTypeDeclaration.TypeKind Modifier and Type Method Description booleanAbstractAnyTypeDeclaration. enclosingTypeIsA(ASTAnyTypeDeclaration.TypeKind... kinds)Returns true if the enclosing type of this type declaration is any of the given kinds.
-