Uses of Class
net.sourceforge.pmd.lang.ecmascript.ast.ASTName
-
Packages that use ASTName Package Description net.sourceforge.pmd.lang.ecmascript.ast net.sourceforge.pmd.lang.ecmascript.rule -
-
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
ASTCatchClause. getVariableName()
Methods in net.sourceforge.pmd.lang.ecmascript.ast with parameters of type ASTName Modifier and Type Method Description java.lang.Object
EcmascriptParserVisitor. visit(ASTName node, java.lang.Object data)
java.lang.Object
EcmascriptParserVisitorAdapter. visit(ASTName node, java.lang.Object data)
-
Uses of ASTName in net.sourceforge.pmd.lang.ecmascript.rule
Methods in net.sourceforge.pmd.lang.ecmascript.rule with parameters of type ASTName Modifier and Type Method Description java.lang.Object
AbstractEcmascriptRule. visit(ASTName node, java.lang.Object data)
-