| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.flow | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
FlowTypeAliasStatementTree |
JavaScriptGrammar.FLOW_TYPE_ALIAS_STATEMENT() |
FlowTypeAliasStatementTree |
TreeFactory.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) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowTypeAliasStatementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFlowTypeAliasStatement(FlowTypeAliasStatementTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.