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