Uses of Class
net.sourceforge.pmd.lang.scala.ast.ASTTermNew
-
Packages that use ASTTermNew Package Description net.sourceforge.pmd.lang.scala.ast net.sourceforge.pmd.lang.scala.rule -
-
Uses of ASTTermNew in net.sourceforge.pmd.lang.scala.ast
Methods in net.sourceforge.pmd.lang.scala.ast with parameters of type ASTTermNew Modifier and Type Method Description R
ScalaParserVisitor. visit(ASTTermNew node, D data)
R
ScalaParserVisitorAdapter. visit(ASTTermNew node, D data)
-
Uses of ASTTermNew in net.sourceforge.pmd.lang.scala.rule
Methods in net.sourceforge.pmd.lang.scala.rule with parameters of type ASTTermNew Modifier and Type Method Description RuleContext
ScalaRule. visit(ASTTermNew node, RuleContext data)
-