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. PrefixOperator Apex prefix operator AssignmentOperator Apex assignment operator BinaryOperator Apex binary operator LiteralType ReferenceType PostfixOperator Apex postfix operator -
Interface Summary Interface Description ASTUserClassOrInterface An Apex type declaration. ASTCommentContainer Interface for nodes that can contain comments. AccessNode This interface captures access modifiers. ApexVisitor ApexQualifiableNode ApexNode Root interface implemented by all Apex nodes.