Class ArrayType
- java.lang.Object
-
- org.sonar.javascript.tree.symbols.type.ObjectType
-
- org.sonar.javascript.tree.symbols.type.ArrayType
-
- All Implemented Interfaces:
Type
public class ArrayType 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 protectedArrayType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArrayTypecreate()static ArrayTypecreate(Type elementType)TypeelementType()Type.Kindkind()-
Methods inherited from class org.sonar.javascript.tree.symbols.type.ObjectType
callability, classType, classType, create, property, toString
-
-