Interface Type.ArrayType
-
- All Superinterfaces:
Type
- All Known Implementing Classes:
ArrayJavaType
- Enclosing interface:
- Type
public static interface Type.ArrayType extends Type
Type for arrays.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.semantic.Type
Type.ArrayType, Type.Primitives
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeelementType()Type of elements in this array.-
Methods inherited from interface org.sonar.plugins.java.api.semantic.Type
erasure, fullyQualifiedName, is, isArray, isClass, isNumerical, isPrimitive, isPrimitive, isSubtypeOf, isSubtypeOf, isUnknown, isVoid, name, symbol
-
-
-
-
Method Detail
-
elementType
Type elementType()
Type of elements in this array.- Returns:
- type of an element.
-
-