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