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