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 ApexQualifiableNode ASTCommentContainer<T extends apex.jorje.semantic.ast.AstNode> Interface for nodes that can contain comments.ASTUserClassOrInterface<T extends apex.jorje.semantic.ast.AstNode> CanSuppressWarnings Deprecated. This interface will be removed, the AST should not know about rules. -
Enum Summary Enum Description AssignmentOperator Apex assignment operatorASTUserClassOrInterface.TypeKind The kind of type this node declares.BinaryOperator Apex binary operatorBooleanOperator Apex boolean operatorPostfixOperator Apex postfix operatorPrefixOperator Apex prefix operatorTriggerUsage This maps the apex enumTriggerUsage
to the PMD equivalent.