|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.lang.ast.AbstractNode
net.sourceforge.pmd.lang.ecmascript.ast.AbstractEcmascriptNode<org.mozilla.javascript.ast.EmptyExpression>
net.sourceforge.pmd.lang.ecmascript.ast.ASTEmptyExpression
public class ASTEmptyExpression
Field Summary |
---|
Fields inherited from class net.sourceforge.pmd.lang.ecmascript.ast.AbstractEcmascriptNode |
---|
node |
Fields inherited from class net.sourceforge.pmd.lang.ast.AbstractNode |
---|
beginColumn, beginLine, childIndex, children, endColumn, endLine, firstToken, id, lastToken, parent |
Constructor Summary | |
---|---|
ASTEmptyExpression(org.mozilla.javascript.ast.EmptyExpression emptyExpression)
|
Method Summary | |
---|---|
Object |
jjtAccept(EcmascriptParserVisitor visitor,
Object data)
Accept the visitor. |
Methods inherited from class net.sourceforge.pmd.lang.ecmascript.ast.AbstractEcmascriptNode |
---|
childrenAccept, getJsDoc, getNode, hasSideEffects, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public ASTEmptyExpression(org.mozilla.javascript.ast.EmptyExpression emptyExpression)
Method Detail |
---|
public Object jjtAccept(EcmascriptParserVisitor visitor, Object data)
jjtAccept
in interface EcmascriptNode<org.mozilla.javascript.ast.EmptyExpression>
jjtAccept
in class AbstractEcmascriptNode<org.mozilla.javascript.ast.EmptyExpression>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |