Class FunctionType
- java.lang.Object
-
- org.sonar.javascript.tree.symbols.type.ObjectType
-
- org.sonar.javascript.tree.symbols.type.FunctionType
-
- All Implemented Interfaces:
Type
public class FunctionType extends ObjectType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonar.javascript.tree.symbols.type.ObjectType
ObjectType.BuiltInObjectType, ObjectType.FrameworkType, ObjectType.WebApiType
-
Nested classes/interfaces inherited from interface org.sonar.plugins.javascript.api.symbols.Type
Type.Callability, Type.Kind
-
-
Field Summary
-
Fields inherited from class org.sonar.javascript.tree.symbols.type.ObjectType
callability, classType
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFunctionType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FunctionTypecreate(FunctionTree functionTree)FunctionTreefunctionTree()Type.Kindkind()-
Methods inherited from class org.sonar.javascript.tree.symbols.type.ObjectType
callability, classType, classType, create, create, property, toString
-
-
-
-
Method Detail
-
kind
public Type.Kind kind()
- Specified by:
kindin interfaceType- Overrides:
kindin classObjectType
-
create
public static FunctionType create(FunctionTree functionTree)
-
functionTree
public FunctionTree functionTree()
-
-