Type.ArrayType, Type.ClassType, Type.MethodType, Type.ParametrizedTypeType, Type.TypeVariableType| Constructor and Description |
|---|
Type.ArrayType(Type elementType,
Symbol.TypeSymbol arrayClass) |
| Modifier and Type | Method and Description |
|---|---|
Type |
elementType() |
boolean |
equals(Object obj) |
Type |
erasure()
JLS8 4.6
|
int |
hashCode() |
String |
toString() |
getSymbol, is, isNumerical, isParametrized, isPrimitive, isPrimitiveWrapper, isSubtypeOf, isTaggedpublic Type.ArrayType(Type elementType, Symbol.TypeSymbol arrayClass)
arrayClass - Symbols.arrayClasspublic Type elementType()
Copyright © 2012–2015 SonarSource. All rights reserved.