Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowInterfaceDeclarationTree
-
Packages that use FlowInterfaceDeclarationTree 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 FlowInterfaceDeclarationTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowInterfaceDeclarationTree Modifier and Type Method Description FlowInterfaceDeclarationTreeJavaScriptGrammar. FLOW_INTERFACE_DECLARATION()FlowInterfaceDeclarationTreeTreeFactory. 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) -
Uses of FlowInterfaceDeclarationTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowInterfaceDeclarationTree Modifier and Type Class Description classFlowInterfaceDeclarationTreeImpl -
Uses of FlowInterfaceDeclarationTree in org.sonar.javascript.tree.symbols
Methods in org.sonar.javascript.tree.symbols with parameters of type FlowInterfaceDeclarationTree Modifier and Type Method Description voidHoistedSymbolVisitor. visitFlowInterfaceDeclaration(FlowInterfaceDeclarationTree tree) -
Uses of FlowInterfaceDeclarationTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowInterfaceDeclarationTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowInterfaceDeclaration(FlowInterfaceDeclarationTree tree)
-