Uses of Interface
org.sonar.plugins.javascript.api.tree.declaration.FunctionTree
-
Packages that use FunctionTree Package Description org.sonar.javascript.parser org.sonar.javascript.se org.sonar.javascript.se.sv org.sonar.javascript.tree.impl.declaration org.sonar.javascript.tree.impl.expression org.sonar.javascript.tree.symbols.type 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.expression Provides interfaces to represent JavaScript source code as abstract syntax trees (AST). -
-
Uses of FunctionTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FunctionTree Modifier and Type Method Description FunctionTreeJavaScriptGrammar. METHOD_DEFINITION() -
Uses of FunctionTree in org.sonar.javascript.se
Methods in org.sonar.javascript.se with parameters of type FunctionTree Modifier and Type Method Description ProgramStateProgramState. newFunctionSymbolicValue(Symbol symbol, FunctionTree functionTree) -
Uses of FunctionTree in org.sonar.javascript.se.sv
Methods in org.sonar.javascript.se.sv that return FunctionTree Modifier and Type Method Description FunctionTreeFunctionWithTreeSymbolicValue. getFunctionTree()Constructors in org.sonar.javascript.se.sv with parameters of type FunctionTree Constructor Description FunctionWithTreeSymbolicValue(FunctionTree functionTree) -
Uses of FunctionTree in org.sonar.javascript.tree.impl.declaration
Classes in org.sonar.javascript.tree.impl.declaration that implement FunctionTree Modifier and Type Class Description classAccessorMethodDeclarationTreeImplclassFunctionDeclarationTreeImplclassFunctionTreeImplclassMethodDeclarationTreeImpl -
Uses of FunctionTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement FunctionTree Modifier and Type Class Description classArrowFunctionTreeImplclassFunctionExpressionTreeImpl -
Uses of FunctionTree in org.sonar.javascript.tree.symbols.type
Methods in org.sonar.javascript.tree.symbols.type that return FunctionTree Modifier and Type Method Description FunctionTreeFunctionType. functionTree()Methods in org.sonar.javascript.tree.symbols.type with parameters of type FunctionTree Modifier and Type Method Description static FunctionTypeFunctionType. create(FunctionTree functionTree) -
Uses of FunctionTree in org.sonar.plugins.javascript.api.tree.declaration
Subinterfaces of FunctionTree in org.sonar.plugins.javascript.api.tree.declaration Modifier and Type Interface Description interfaceAccessorMethodDeclarationTreeinterfaceFunctionDeclarationTreeinterfaceMethodDeclarationTreeCommon interface for all types Method Definitions (ES6). -
Uses of FunctionTree in org.sonar.plugins.javascript.api.tree.expression
Subinterfaces of FunctionTree in org.sonar.plugins.javascript.api.tree.expression Modifier and Type Interface Description interfaceArrowFunctionTreeECMAScript 6 feature Arrow function.interfaceFunctionExpressionTree
-