Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowTypeAliasStatementTree
-
Packages that use FlowTypeAliasStatementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.javascript.tree.symbols org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowTypeAliasStatementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowTypeAliasStatementTree Modifier and Type Method Description FlowTypeAliasStatementTreeJavaScriptGrammar. FLOW_TYPE_ALIAS_STATEMENT()FlowTypeAliasStatementTreeTreeFactory. flowTypeAliasStatement(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> opaqueToken, InternalSyntaxToken typeToken, IdentifierTree identifierTree, com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> generic, com.sonar.sslr.api.typed.Optional<FlowTypeAnnotationTree> superTypeAnnotation, InternalSyntaxToken equalToken, FlowTypeTree flowTypeTree, Tree semicolonToken) -
Uses of FlowTypeAliasStatementTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowTypeAliasStatementTree Modifier and Type Class Description classFlowTypeAliasStatementTreeImpl -
Uses of FlowTypeAliasStatementTree in org.sonar.javascript.tree.symbols
Methods in org.sonar.javascript.tree.symbols with parameters of type FlowTypeAliasStatementTree Modifier and Type Method Description voidHoistedSymbolVisitor. visitFlowTypeAliasStatement(FlowTypeAliasStatementTree tree) -
Uses of FlowTypeAliasStatementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowTypeAliasStatementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowTypeAliasStatement(FlowTypeAliasStatementTree tree)
-