Class VfParserImpl
- java.lang.Object
-
- net.sourceforge.pmd.lang.visualforce.ast.VfParserImpl
-
@Deprecated public class VfParserImpl extends Object
Deprecated.Since 7.5.0. VfParserImpl should have been package private because this is an implementation class that should not be used directly.
-
-
Field Summary
Fields Modifier and Type Field Description JavaccToken
jj_nt
Deprecated.Next token.static int
JJTARGUMENTS
static int
JJTATTRIBUTE
static int
JJTATTRIBUTEVALUE
static int
JJTCDATA
static int
JJTCOMPILATIONUNIT
static int
JJTCONTENT
static int
JJTDECLARATION
static int
JJTDOCTYPEDECLARATION
static int
JJTDOCTYPEEXTERNALID
static int
JJTDOTEXPRESSION
static int
JJTELEMENT
static int
JJTELEXPRESSION
static int
JJTEXPRESSION
static int
JJTHTMLSCRIPT
static int
JJTIDENTIFIER
static int
JJTLITERAL
static int
JJTNEGATIONEXPRESSION
static String[]
jjtNodeName
protected JjtreeBuilder<net.sourceforge.pmd.lang.visualforce.ast.AbstractVfNode>
jjtree
Deprecated.static int
JJTTEXT
static int
JJTVOID
JavaccToken
token
Deprecated.Current token.net.sourceforge.pmd.lang.visualforce.ast.VfParserImplTokenManager
token_source
Deprecated.Generated net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken Manager.
-
Constructor Summary
Constructors Constructor Description VfParserImpl(CharStream stream)
Deprecated.Constructor with user supplied net.sourceforge.pmd.lang.ast.impl.javacc.CharStream.VfParserImpl(net.sourceforge.pmd.lang.visualforce.ast.VfParserImplTokenManager tm)
Deprecated.Constructor with generated net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken Manager.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
AdditiveExpression()
Deprecated.void
ArgumentList()
Deprecated.void
Arguments()
Deprecated.void
AssignmentOperator()
Deprecated.void
Attribute()
Deprecated.void
AttributeValue()
Deprecated.The value of an attribute of an element.void
Bom()
Deprecated.String
BooleanLiteral()
Deprecated.void
CData()
Deprecated.void
CommentExpression()
Deprecated.void
CommentTag()
Deprecated.ASTCompilationUnit
CompilationUnit()
Deprecated.The root of the AST of a VF.void
ConcatExpression()
Deprecated.void
ConditionalAndExpression()
Deprecated.void
ConditionalExpression()
Deprecated.void
ConditionalOrExpression()
Deprecated.void
Content()
Deprecated.Everything between a start-tag and the corresponding end-tag of an element (if an end tag exists).void
ContentElement()
Deprecated.A single (non-text) element that can occur between a start-tag and end-tag of an element.void
Declaration()
Deprecated.void
disable_tracing()
Deprecated.Disable tracing.void
DoctypeDeclaration()
Deprecated.void
DoctypeExternalId()
Deprecated.void
DotExpression()
Deprecated.void
ELDQCommentExpression()
Deprecated.void
Element()
Deprecated.A XML element, either with a single empty tag, or with a starting and closing tag with optional contained content.void
ElExpression()
Deprecated.An EL expression, not within an attribute value.void
ElExpressionInAttribute()
Deprecated.void
ElExpressionInScript()
Deprecated.void
ElOrText()
Deprecated.This production groups all characters between two tags, where tag is an xml-tag "<...>" or CDATA "<![CDATA[...]]>".void
ELSQCommentExpression()
Deprecated.void
enable_tracing()
Deprecated.Enable tracing.void
EqualityExpression()
Deprecated.void
Expression()
Deprecated.ParseException
generateParseException()
Deprecated.Generate net.sourceforge.pmd.lang.ast.ParseException.JavaccToken
getNextToken()
Deprecated.Get the next net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken.JavaccToken
getToken(int index)
Deprecated.Get the specific net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken.void
HtmlScript()
Deprecated.void
HtmlScriptContent()
Deprecated.void
Identifier()
Deprecated.void
Literal()
Deprecated.void
MultiplicativeExpression()
Deprecated.void
NegationExpression()
Deprecated.String
NullLiteral()
Deprecated.void
PowerExpression()
Deprecated.void
PrimaryExpression()
Deprecated.void
PrimaryPrefix()
Deprecated.void
PrimarySuffix()
Deprecated.void
Prolog()
Deprecated.The optional prolog of a VF, including (xml) declarations and DTD.void
ReInit(CharStream stream)
Deprecated.Reinitialise.void
ReInit(net.sourceforge.pmd.lang.visualforce.ast.VfParserImplTokenManager tm)
Deprecated.Reinitialise.void
RelationalExpression()
Deprecated.void
Text()
Deprecated.void
UnaryExpression()
Deprecated.void
UnparsedTextNoDoubleQuotes()
Deprecated.Text that contains no double quotes, and that does not contain the start of a EL expression.void
UnparsedTextNoSingleQuotes()
Deprecated.Text that contains no single quotes, and that does not contain the start of a EL expression.void
UnparsedTextNoWhitespace()
Deprecated.
-
-
-
Field Detail
-
jjtree
protected JjtreeBuilder<net.sourceforge.pmd.lang.visualforce.ast.AbstractVfNode> jjtree
Deprecated.
-
token_source
public net.sourceforge.pmd.lang.visualforce.ast.VfParserImplTokenManager token_source
Deprecated.Generated net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken Manager.
-
token
public JavaccToken token
Deprecated.Current token.
-
jj_nt
public JavaccToken jj_nt
Deprecated.Next token.
-
JJTCOMPILATIONUNIT
public static final int JJTCOMPILATIONUNIT
- See Also:
- Constant Field Values
-
JJTVOID
public static final int JJTVOID
- See Also:
- Constant Field Values
-
JJTCONTENT
public static final int JJTCONTENT
- See Also:
- Constant Field Values
-
JJTTEXT
public static final int JJTTEXT
- See Also:
- Constant Field Values
-
JJTELEXPRESSION
public static final int JJTELEXPRESSION
- See Also:
- Constant Field Values
-
JJTEXPRESSION
public static final int JJTEXPRESSION
- See Also:
- Constant Field Values
-
JJTNEGATIONEXPRESSION
public static final int JJTNEGATIONEXPRESSION
- See Also:
- Constant Field Values
-
JJTDOTEXPRESSION
public static final int JJTDOTEXPRESSION
- See Also:
- Constant Field Values
-
JJTARGUMENTS
public static final int JJTARGUMENTS
- See Also:
- Constant Field Values
-
JJTLITERAL
public static final int JJTLITERAL
- See Also:
- Constant Field Values
-
JJTIDENTIFIER
public static final int JJTIDENTIFIER
- See Also:
- Constant Field Values
-
JJTCDATA
public static final int JJTCDATA
- See Also:
- Constant Field Values
-
JJTELEMENT
public static final int JJTELEMENT
- See Also:
- Constant Field Values
-
JJTATTRIBUTE
public static final int JJTATTRIBUTE
- See Also:
- Constant Field Values
-
JJTATTRIBUTEVALUE
public static final int JJTATTRIBUTEVALUE
- See Also:
- Constant Field Values
-
JJTDECLARATION
public static final int JJTDECLARATION
- See Also:
- Constant Field Values
-
JJTDOCTYPEDECLARATION
public static final int JJTDOCTYPEDECLARATION
- See Also:
- Constant Field Values
-
JJTDOCTYPEEXTERNALID
public static final int JJTDOCTYPEEXTERNALID
- See Also:
- Constant Field Values
-
JJTHTMLSCRIPT
public static final int JJTHTMLSCRIPT
- See Also:
- Constant Field Values
-
jjtNodeName
public static final String[] jjtNodeName
-
-
Constructor Detail
-
VfParserImpl
public VfParserImpl(CharStream stream)
Deprecated.Constructor with user supplied net.sourceforge.pmd.lang.ast.impl.javacc.CharStream.
-
VfParserImpl
public VfParserImpl(net.sourceforge.pmd.lang.visualforce.ast.VfParserImplTokenManager tm)
Deprecated.Constructor with generated net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken Manager.
-
-
Method Detail
-
CompilationUnit
public final ASTCompilationUnit CompilationUnit() throws ParseException
Deprecated.The root of the AST of a VF.- Throws:
ParseException
-
Prolog
public final void Prolog() throws ParseException
Deprecated.The optional prolog of a VF, including (xml) declarations and DTD.- Throws:
ParseException
-
Bom
public final void Bom() throws ParseException
Deprecated.- Throws:
ParseException
-
Content
public final void Content() throws ParseException
Deprecated.Everything between a start-tag and the corresponding end-tag of an element (if an end tag exists).- Throws:
ParseException
-
ContentElement
public final void ContentElement() throws ParseException
Deprecated.A single (non-text) element that can occur between a start-tag and end-tag of an element.- Throws:
ParseException
-
ElOrText
public final void ElOrText() throws ParseException
Deprecated.This production groups all characters between two tags, where tag is an xml-tag "<...>" or CDATA "<![CDATA[...]]>". Text consists of unparsed text and/or Expression Language expressions.- Throws:
ParseException
-
Text
public final void Text() throws ParseException
Deprecated.- Throws:
ParseException
-
UnparsedTextNoWhitespace
public final void UnparsedTextNoWhitespace() throws ParseException
Deprecated.- Throws:
ParseException
-
UnparsedTextNoSingleQuotes
public final void UnparsedTextNoSingleQuotes() throws ParseException
Deprecated.Text that contains no single quotes, and that does not contain the start of a EL expression.- Throws:
ParseException
-
UnparsedTextNoDoubleQuotes
public final void UnparsedTextNoDoubleQuotes() throws ParseException
Deprecated.Text that contains no double quotes, and that does not contain the start of a EL expression.- Throws:
ParseException
-
ElExpression
public final void ElExpression() throws ParseException
Deprecated.An EL expression, not within an attribute value.- Throws:
ParseException
-
Expression
public final void Expression() throws ParseException
Deprecated.- Throws:
ParseException
-
AssignmentOperator
public final void AssignmentOperator() throws ParseException
Deprecated.- Throws:
ParseException
-
ConditionalExpression
public final void ConditionalExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ConditionalOrExpression
public final void ConditionalOrExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ConditionalAndExpression
public final void ConditionalAndExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
PowerExpression
public final void PowerExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ConcatExpression
public final void ConcatExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
EqualityExpression
public final void EqualityExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
RelationalExpression
public final void RelationalExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
AdditiveExpression
public final void AdditiveExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
MultiplicativeExpression
public final void MultiplicativeExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
UnaryExpression
public final void UnaryExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
PrimaryExpression
public final void PrimaryExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ELSQCommentExpression
public final void ELSQCommentExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ELDQCommentExpression
public final void ELDQCommentExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
CommentExpression
public final void CommentExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
PrimaryPrefix
public final void PrimaryPrefix() throws ParseException
Deprecated.- Throws:
ParseException
-
PrimarySuffix
public final void PrimarySuffix() throws ParseException
Deprecated.- Throws:
ParseException
-
NegationExpression
public final void NegationExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
DotExpression
public final void DotExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
Arguments
public final void Arguments() throws ParseException
Deprecated.- Throws:
ParseException
-
ArgumentList
public final void ArgumentList() throws ParseException
Deprecated.- Throws:
ParseException
-
Literal
public final void Literal() throws ParseException
Deprecated.- Throws:
ParseException
-
BooleanLiteral
public final String BooleanLiteral() throws ParseException
Deprecated.- Throws:
ParseException
-
NullLiteral
public final String NullLiteral() throws ParseException
Deprecated.- Throws:
ParseException
-
Identifier
public final void Identifier() throws ParseException
Deprecated.- Throws:
ParseException
-
ElExpressionInAttribute
public final void ElExpressionInAttribute() throws ParseException
Deprecated.- Throws:
ParseException
-
ElExpressionInScript
public final void ElExpressionInScript() throws ParseException
Deprecated.- Throws:
ParseException
-
CData
public final void CData() throws ParseException
Deprecated.- Throws:
ParseException
-
Element
public final void Element() throws ParseException
Deprecated.A XML element, either with a single empty tag, or with a starting and closing tag with optional contained content.- Throws:
ParseException
-
Attribute
public final void Attribute() throws ParseException
Deprecated.- Throws:
ParseException
-
AttributeValue
public final void AttributeValue() throws ParseException
Deprecated.The value of an attribute of an element. EL expressions are parsed as sub-nodes of the AttributeValue node.- Throws:
ParseException
-
CommentTag
public final void CommentTag() throws ParseException
Deprecated.- Throws:
ParseException
-
Declaration
public final void Declaration() throws ParseException
Deprecated.- Throws:
ParseException
-
DoctypeDeclaration
public final void DoctypeDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
DoctypeExternalId
public final void DoctypeExternalId() throws ParseException
Deprecated.- Throws:
ParseException
-
HtmlScript
public final void HtmlScript() throws ParseException
Deprecated.- Throws:
ParseException
-
HtmlScriptContent
public final void HtmlScriptContent() throws ParseException
Deprecated.- Throws:
ParseException
-
ReInit
public void ReInit(CharStream stream)
Deprecated.Reinitialise.
-
ReInit
public void ReInit(net.sourceforge.pmd.lang.visualforce.ast.VfParserImplTokenManager tm)
Deprecated.Reinitialise.
-
getNextToken
public final JavaccToken getNextToken()
Deprecated.Get the next net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken.
-
getToken
public final JavaccToken getToken(int index)
Deprecated.Get the specific net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken.
-
generateParseException
public ParseException generateParseException()
Deprecated.Generate net.sourceforge.pmd.lang.ast.ParseException.
-
enable_tracing
public final void enable_tracing()
Deprecated.Enable tracing.
-
disable_tracing
public final void disable_tracing()
Deprecated.Disable tracing.
-
-