Uses of Class
org.sonar.javascript.tree.symbols.type.FunctionType
-
Packages that use FunctionType Package Description org.sonar.javascript.tree.symbols.type -
-
Uses of FunctionType in org.sonar.javascript.tree.symbols.type
Methods in org.sonar.javascript.tree.symbols.type that return FunctionType Modifier and Type Method Description static FunctionTypeFunctionType. create(FunctionTree functionTree)Methods in org.sonar.javascript.tree.symbols.type with parameters of type FunctionType Modifier and Type Method Description voidClassType. addMethod(IdentifierTree name, FunctionType functionType, Scope scope)
-