Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTAssignableExpr.AccessType
-
Packages that use ASTAssignableExpr.AccessType Package Description net.sourceforge.pmd.lang.java.ast 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.AccessType Modifier and Type Method Description default @NonNull ASTAssignableExpr.AccessTypeASTAssignableExpr. getAccessType()Returns how this expression is accessed in the enclosing expression.static ASTAssignableExpr.AccessTypeASTAssignableExpr.AccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static ASTAssignableExpr.AccessType[]ASTAssignableExpr.AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-