Package net.sourceforge.pmd.lang.apex.ast
-
Interface Summary Interface Description AccessNode This interface captures access modifiers.ApexNode<T extends apex.jorje.semantic.ast.AstNode> Root interface implemented by all Apex nodes.ApexParserVisitor Deprecated. ApexQualifiableNode ApexVisitor<P,R> ASTCommentContainer<T extends apex.jorje.semantic.ast.AstNode> Interface for nodes that can contain comments.ASTUserClassOrInterface<T extends apex.jorje.semantic.ast.compilation.Compilation> An Apex type declaration. -
Enum Summary Enum Description AssignmentOperator Apex assignment operatorBinaryOperator Apex binary operatorBooleanOperator Apex boolean operatorPostfixOperator Apex postfix operatorPrefixOperator Apex prefix operatorTriggerUsage This maps the apex enumTriggerUsage
to the PMD equivalent.