public class ApiTypeInfo extends ClassTypeInfo
ClassKind.API
kinds.Constructor and Description |
---|
ApiTypeInfo(String fqcn,
boolean concrete,
List<TypeParamInfo.Class> params,
TypeInfo handlerArg,
ModuleInfo module,
boolean nullable,
boolean proxyGen,
DataObjectInfo dataObject) |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
getHandlerArg() |
boolean |
isAbstract() |
boolean |
isConcrete() |
boolean |
isHandler() |
boolean |
isProxyGen() |
collectImports, equals, format, getDataObject, getKind, getModule, getModuleName, getPackageName, getParams, getRaw, getSimpleName, isNullable, translateName, translateName, translatePackageName, translatePackageName
getErased, getName, getSimpleName, hashCode, isDataObjectHolder, isParameterized, isVariable, isVoid, toString
public ApiTypeInfo(String fqcn, boolean concrete, List<TypeParamInfo.Class> params, TypeInfo handlerArg, ModuleInfo module, boolean nullable, boolean proxyGen, DataObjectInfo dataObject)
public boolean isProxyGen()
public boolean isConcrete()
public boolean isAbstract()
public TypeInfo getHandlerArg()
public boolean isHandler()
Copyright © 2020 Eclipse. All rights reserved.