Uses of Class
net.sourceforge.pmd.lang.ecmascript.ast.ASTName
-
Packages that use ASTName Package Description net.sourceforge.pmd.lang.ecmascript.ast -
-
Uses of ASTName in net.sourceforge.pmd.lang.ecmascript.ast
Methods in net.sourceforge.pmd.lang.ecmascript.ast that return ASTName Modifier and Type Method Description ASTName
ASTFunctionNode. getFunctionName()
ASTName
ASTBreakStatement. getLabel()
ASTName
ASTContinueStatement. getLabel()
ASTName
ASTXmlPropRef. getPropName()
ASTName
ASTCatchClause. getVariableName()
Methods in net.sourceforge.pmd.lang.ecmascript.ast with parameters of type ASTName Modifier and Type Method Description default R
EcmascriptVisitor. visit(ASTName node, P data)
-