| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.flow | |
| org.sonar.javascript.tree.symbols | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
FlowInterfaceDeclarationTree |
JavaScriptGrammar.FLOW_INTERFACE_DECLARATION() |
FlowInterfaceDeclarationTree |
TreeFactory.flowInterfaceDeclaration(InternalSyntaxToken interfaceToken,
IdentifierTree identifierTree,
com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> genericParameterClause,
com.sonar.sslr.api.typed.Optional<FlowImplementsClauseTree> extendsClause,
InternalSyntaxToken openCurlyBraceToken,
com.sonar.sslr.api.typed.Optional<SeparatedList<Tree>> properties,
InternalSyntaxToken closeCurlyBraceToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowInterfaceDeclarationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
HoistedSymbolVisitor.visitFlowInterfaceDeclaration(FlowInterfaceDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFlowInterfaceDeclaration(FlowInterfaceDeclarationTree tree) |
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.