Package net.sourceforge.pmd.lang.visualforce.ast
-
Interface Summary Interface Description VfNode VfTypedNode Represents a node that displays a piece of data.VfVisitor<P,R> -
Class Summary Class Description ASTArguments ASTAttribute ASTAttributeValue ASTCData ASTCompilationUnit ASTContent ASTDeclaration ASTDoctypeDeclaration ASTDoctypeExternalId ASTDotExpression ASTElement ASTElExpression ASTExpression ASTHtmlScript ASTIdentifier ASTLiteral ASTNegationExpression ASTText InternalApiBridge Internal API.VfParser Parser for the VisualForce language.VfParserImpl VfTokenKinds Token kinds (JavaccToken.kind
) for this language.VfVisitorBase<P,R> -
Exception Summary Exception Description ASTExpression.DataNodeStateException Thrown in cases where the the Identifiers in this node aren't ALL successfully parsed in a call toASTExpression.getDataNodes()