Uses of Interface
org.sonar.plugins.javascript.api.tree.declaration.ExtendsClauseTree
-
Packages that use ExtendsClauseTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.declaration org.sonar.plugins.javascript.api.tree.declaration Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.visitors -
-
Uses of ExtendsClauseTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return ExtendsClauseTree Modifier and Type Method Description ExtendsClauseTreeJavaScriptGrammar. EXTENDS_CLAUSE()ExtendsClauseTreeTreeFactory. extendsClause(InternalSyntaxToken extendsToken, Tree superClass) -
Uses of ExtendsClauseTree in org.sonar.javascript.tree.impl.declaration
Classes in org.sonar.javascript.tree.impl.declaration that implement ExtendsClauseTree Modifier and Type Class Description classExtendsClauseTreeImplMethods in org.sonar.javascript.tree.impl.declaration that return ExtendsClauseTree Modifier and Type Method Description ExtendsClauseTreeClassTreeImpl. extendsClause()Methods in org.sonar.javascript.tree.impl.declaration with parameters of type ExtendsClauseTree 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 ExtendsClauseTree in org.sonar.plugins.javascript.api.tree.declaration
Methods in org.sonar.plugins.javascript.api.tree.declaration that return ExtendsClauseTree Modifier and Type Method Description ExtendsClauseTreeClassTree. extendsClause() -
Uses of ExtendsClauseTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type ExtendsClauseTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitExtendsClause(ExtendsClauseTree tree)
-