Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowIntersectionTypeTree
-
Packages that use FlowIntersectionTypeTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowIntersectionTypeTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowIntersectionTypeTree Modifier and Type Method Description FlowIntersectionTypeTreeTreeFactory. flowIntersectionType(com.sonar.sslr.api.typed.Optional<SyntaxToken> startAnd, SeparatedList<FlowTypeTree> elements) -
Uses of FlowIntersectionTypeTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowIntersectionTypeTree Modifier and Type Class Description classFlowIntersectionTypeTreeImpl -
Uses of FlowIntersectionTypeTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowIntersectionTypeTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowIntersectionType(FlowIntersectionTypeTree tree)
-