net.sourceforge.pmd.lang.ecmascript.ast
Class ASTInfixExpression
java.lang.Object
net.sourceforge.pmd.lang.ast.AbstractNode
net.sourceforge.pmd.lang.ecmascript.ast.AbstractEcmascriptNode<T>
net.sourceforge.pmd.lang.ecmascript.ast.AbstractInfixEcmascriptNode<org.mozilla.javascript.ast.InfixExpression>
net.sourceforge.pmd.lang.ecmascript.ast.ASTInfixExpression
- All Implemented Interfaces:
- Node, EcmascriptNode<org.mozilla.javascript.ast.InfixExpression>
public class ASTInfixExpression
- extends AbstractInfixEcmascriptNode<org.mozilla.javascript.ast.InfixExpression>
Constructor Summary |
ASTInfixExpression(org.mozilla.javascript.ast.InfixExpression infixExpression)
|
Methods inherited from class net.sourceforge.pmd.lang.ast.AbstractNode |
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserData, testingOnly__setBeginColumn, testingOnly__setBeginLine, testingOnly__setEndColumn, testingOnly__setEndLine |
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node |
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserData |
ASTInfixExpression
public ASTInfixExpression(org.mozilla.javascript.ast.InfixExpression infixExpression)
jjtAccept
public Object jjtAccept(EcmascriptParserVisitor visitor,
Object data)
- Accept the visitor.
- Specified by:
jjtAccept
in interface EcmascriptNode<org.mozilla.javascript.ast.InfixExpression>
- Overrides:
jjtAccept
in class AbstractEcmascriptNode<org.mozilla.javascript.ast.InfixExpression>
Copyright © 2002-2015 InfoEther. All Rights Reserved.