Uses of Interface
org.sonar.plugins.javascript.api.tree.Kinds
-
Packages that use Kinds Package Description org.sonar.javascript.tree org.sonar.javascript.tree.impl Provides implementation of interfaces that represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.tree Provides interfaces to represent JavaScript source code as abstract syntax trees (AST). -
-
Uses of Kinds in org.sonar.javascript.tree
Classes in org.sonar.javascript.tree that implement Kinds Modifier and Type Class Description classKindSetMethods in org.sonar.javascript.tree with parameters of type Kinds Modifier and Type Method Description booleanKindSet. contains(Kinds other) -
Uses of Kinds in org.sonar.javascript.tree.impl
Methods in org.sonar.javascript.tree.impl with parameters of type Kinds Modifier and Type Method Description booleanJavaScriptTree. is(Kinds... kind) -
Uses of Kinds in org.sonar.plugins.javascript.api.tree
Classes in org.sonar.plugins.javascript.api.tree that implement Kinds Modifier and Type Class Description static classTree.KindMethods in org.sonar.plugins.javascript.api.tree with parameters of type Kinds Modifier and Type Method Description booleanKinds. contains(Kinds other)booleanTree.Kind. contains(Kinds other)booleanTree. is(Kinds... kind)
-