Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowImplementsClauseTree
-
Packages that use FlowImplementsClauseTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.declaration org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.tree.declaration Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.tree.flow Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowImplementsClauseTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowImplementsClauseTree Modifier and Type Method Description FlowImplementsClauseTreeJavaScriptGrammar. FLOW_EXTENDS_CLAUSE()FlowImplementsClauseTreeJavaScriptGrammar. FLOW_IMPLEMENTS_CLAUSE()FlowImplementsClauseTreeTreeFactory. flowImplementsClause(InternalSyntaxToken implementsToken, FlowTypeTree first, com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,FlowTypeTree>>> rest) -
Uses of FlowImplementsClauseTree in org.sonar.javascript.tree.impl.declaration
Methods in org.sonar.javascript.tree.impl.declaration that return FlowImplementsClauseTree Modifier and Type Method Description FlowImplementsClauseTreeClassTreeImpl. implementsClause()Methods in org.sonar.javascript.tree.impl.declaration with parameters of type FlowImplementsClauseTree Modifier and Type Method Description static ClassTreeImplClassTreeImpl. newClassDeclaration(List<DecoratorTree> decorators, InternalSyntaxToken classToken, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, ExtendsClauseTree extendsClause, FlowImplementsClauseTree implementsClause, InternalSyntaxToken openCurlyBraceToken, List<Tree> elements, InternalSyntaxToken closeCurlyBraceToken)static ClassTreeImplClassTreeImpl. newClassExpression(List<DecoratorTree> decorators, InternalSyntaxToken classToken, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, ExtendsClauseTree extendsClause, FlowImplementsClauseTree implementsClause, InternalSyntaxToken openCurlyBraceToken, List<Tree> elements, InternalSyntaxToken closeCurlyBraceToken) -
Uses of FlowImplementsClauseTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowImplementsClauseTree Modifier and Type Class Description classFlowImplementsClauseTreeImplMethods in org.sonar.javascript.tree.impl.flow that return FlowImplementsClauseTree Modifier and Type Method Description FlowImplementsClauseTreeFlowInterfaceDeclarationTreeImpl. extendsClause()Constructors in org.sonar.javascript.tree.impl.flow with parameters of type FlowImplementsClauseTree Constructor Description FlowInterfaceDeclarationTreeImpl(SyntaxToken interfaceToken, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, FlowImplementsClauseTree extendsClause, SyntaxToken leftCurlyBraceToken, SeparatedList<FlowPropertyDefinitionTree> properties, SyntaxToken rightCurlyBraceToken) -
Uses of FlowImplementsClauseTree in org.sonar.plugins.javascript.api.tree.declaration
Methods in org.sonar.plugins.javascript.api.tree.declaration that return FlowImplementsClauseTree Modifier and Type Method Description FlowImplementsClauseTreeClassTree. implementsClause() -
Uses of FlowImplementsClauseTree in org.sonar.plugins.javascript.api.tree.flow
Methods in org.sonar.plugins.javascript.api.tree.flow that return FlowImplementsClauseTree Modifier and Type Method Description FlowImplementsClauseTreeFlowInterfaceDeclarationTree. extendsClause() -
Uses of FlowImplementsClauseTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowImplementsClauseTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowImplementsClause(FlowImplementsClauseTree tree)
-