public class ArrayTypeInfo extends TypeInfo
Constructor and Description |
---|
ArrayTypeInfo(TypeInfo componentType,
boolean nullable) |
Modifier and Type | Method and Description |
---|---|
void |
collectImports(Collection<ClassTypeInfo> imports)
Collect the import fqcn needed by this type.
|
boolean |
equals(Object obj) |
ClassKind |
getKind() |
String |
getSimpleName() |
boolean |
isNullable() |
String |
translateName(TypeNameTranslator translator) |
getErased, getName, getRaw, hashCode, isParameterized, isVariable, isVoid, toString, translateName
public ArrayTypeInfo(TypeInfo componentType, boolean nullable)
public boolean isNullable()
isNullable
in class TypeInfo
public void collectImports(Collection<ClassTypeInfo> imports)
TypeInfo
collectImports
in class TypeInfo
imports
- the importspublic String translateName(TypeNameTranslator translator)
translateName
in class TypeInfo
public String getSimpleName()
getSimpleName
in class TypeInfo
Handler<Buffer>
Copyright © 2020 Eclipse. All rights reserved.