Package net.sourceforge.pmd.lang.apex.ast
See: Description
-
-
Enum Summary Enum Description TriggerUsage This maps the apex enum TriggerCase to the PMD equivalent. PrefixOperator Apex prefix operator ReferenceType BooleanOperator Apex boolean operator AssignmentOperator Apex assignment operator PostfixOperator Apex postfix operator BinaryOperator Apex binary operator LiteralType -
Interface Summary Interface Description ApexVisitor ASTCommentContainer Interface for nodes that can contain comments. ApexQualifiableNode ApexNode Root interface implemented by all Apex nodes. ASTUserClassOrInterface An Apex type declaration. AccessNode This interface captures access modifiers.