Package | Description |
---|---|
io.vertx.codegen |
Modifier and Type | Method and Description |
---|---|
List<TypeParamInfo.Method> |
MethodInfo.getTypeParams() |
Modifier and Type | Method and Description |
---|---|
protected MethodInfo |
ClassModel.createMethodInfo(Set<ClassTypeInfo> ownerTypes,
String methodName,
String comment,
Doc doc,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
boolean isDefault,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt,
boolean methodDeprecated,
Text methodDeprecatedDesc) |
void |
MethodInfo.mergeTypeParams(List<TypeParamInfo.Method> mergedTypeParams) |
MethodInfo |
MethodInfo.setTypeParams(List<TypeParamInfo.Method> typeParams) |
Constructor and Description |
---|
MethodInfo(Set<ClassTypeInfo> ownerTypes,
String name,
TypeInfo returnType,
Text returnDescription,
boolean fluent,
boolean cacheReturn,
List<ParamInfo> params,
String comment,
Doc doc,
boolean staticMethod,
boolean defaultMethod,
List<TypeParamInfo.Method> typeParams,
boolean deprecated,
Text deprecatedDesc) |
Copyright © 2020 Eclipse. All rights reserved.