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 ASTNameASTFunctionNode. getFunctionName()ASTNameASTBreakStatement. getLabel()ASTNameASTContinueStatement. getLabel()ASTNameASTXmlPropRef. getPropName()ASTNameASTCatchClause. getVariableName()Methods in net.sourceforge.pmd.lang.ecmascript.ast with parameters of type ASTName Modifier and Type Method Description default REcmascriptVisitor. visit(ASTName node, P data)
-