Uses of Enum Class
net.sourceforge.pmd.lang.java.ast.ASTAssignableExpr.AccessType
Packages that use ASTAssignableExpr.AccessType
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTAssignableExpr.AccessType in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTAssignableExpr.AccessTypeModifier and TypeMethodDescriptiondefault @NonNull ASTAssignableExpr.AccessTypeASTAssignableExpr.getAccessType()Returns how this expression is accessed in the enclosing expression.static ASTAssignableExpr.AccessTypeReturns the enum constant of this class with the specified name.static ASTAssignableExpr.AccessType[]ASTAssignableExpr.AccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.