|
||||||||||
| 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.RegExpLiteral>
net.sourceforge.pmd.lang.ecmascript.ast.ASTRegExpLiteral
public class ASTRegExpLiteral
| 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 | |
|---|---|
ASTRegExpLiteral(org.mozilla.javascript.ast.RegExpLiteral regExpLiteral)
|
|
| Method Summary | |
|---|---|
String |
getFlags()
|
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 ASTRegExpLiteral(org.mozilla.javascript.ast.RegExpLiteral regExpLiteral)
| Method Detail |
|---|
public Object jjtAccept(EcmascriptParserVisitor visitor,
Object data)
jjtAccept in interface EcmascriptNode<org.mozilla.javascript.ast.RegExpLiteral>jjtAccept in class AbstractEcmascriptNode<org.mozilla.javascript.ast.RegExpLiteral>public String getFlags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||