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