Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTUserClassOrInterface.TypeKind
-
Packages that use ASTUserClassOrInterface.TypeKind Package Description net.sourceforge.pmd.lang.apex.ast -
-
Uses of ASTUserClassOrInterface.TypeKind in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast that return ASTUserClassOrInterface.TypeKind Modifier and Type Method Description ASTUserClassOrInterface.TypeKindASTUserClass. getTypeKind()ASTUserClassOrInterface.TypeKindASTUserClassOrInterface. getTypeKind()Finds the type kind of this declaration.ASTUserClassOrInterface.TypeKindASTUserInterface. getTypeKind()static ASTUserClassOrInterface.TypeKindASTUserClassOrInterface.TypeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ASTUserClassOrInterface.TypeKind[]ASTUserClassOrInterface.TypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-