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