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