Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowSimpleTypeTree
-
Packages that use FlowSimpleTypeTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowSimpleTypeTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowSimpleTypeTree Modifier and Type Method Description FlowSimpleTypeTreeJavaScriptGrammar. FLOW_SIMPLE_TYPE()FlowSimpleTypeTreeTreeFactory. flowSimpleType(IdentifierTree identifierTree)FlowSimpleTypeTreeTreeFactory. flowSimpleType(SyntaxToken token) -
Uses of FlowSimpleTypeTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowSimpleTypeTree Modifier and Type Class Description classFlowSimpleTypeTreeImpl -
Uses of FlowSimpleTypeTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowSimpleTypeTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowSimpleType(FlowSimpleTypeTree tree)
-