Interface Type.ArrayType
- All Superinterfaces:
Type
- Enclosing interface:
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
Methods inherited from interface org.sonar.plugins.java.api.semantic.Type
declaringType, erasure, fullyQualifiedName, is, isArray, isClass, isNullType, isNumerical, isParameterized, isPrimitive, isPrimitive, isPrimitiveWrapper, isRawType, isSubtypeOf, isSubtypeOf, isTypeVar, isUnknown, isVoid, name, primitiveType, primitiveWrapperType, symbol, typeArguments
-
Method Details
-
elementType
Type elementType()Type of elements in this array.- Returns:
- type of an element.
-