Package net.sourceforge.pmd.lang.vf.ast
-
Interface Summary Interface Description VfNode VfParserVisitor Deprecated. 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 VfAstInternals This is internal API, and can be changed at any time.VfParser Parser for the VisualForce language.VfParserImpl VfParserVisitorAdapter Deprecated. 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()