| Package | Description |
|---|---|
| io.vertx.codegen |
= Vert.x Codegen
Vert.x Codegen is an annotation processing tool for processing Vert.x API and create API in different JVM lauguages.
|
| io.vertx.codegen.overloadcheck |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyMethodInfo |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<MethodInfo>> |
ClassModel.methodMap |
protected LinkedHashMap<ExecutableElement,MethodInfo> |
ClassModel.methods |
| Modifier and Type | Method and Description |
|---|---|
protected MethodInfo |
ProxyModel.createMethodInfo(Set<ClassTypeInfo> ownerTypes,
String methodName,
String comment,
Doc doc,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
boolean isDefault,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt) |
protected MethodInfo |
ClassModel.createMethodInfo(Set<ClassTypeInfo> ownerTypes,
String methodName,
String comment,
Doc doc,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
boolean isDefault,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodInfo> |
ClassModel.getInstanceMethods() |
Map<String,List<MethodInfo>> |
ClassModel.getMethodMap() |
List<MethodInfo> |
ClassModel.getMethods() |
List<MethodInfo> |
ClassModel.getStaticMethods() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProxyModel.checkMethod(MethodInfo methodInfo) |
protected void |
ClassModel.checkMethod(MethodInfo methodInfo) |
int |
MethodInfo.compareTo(MethodInfo o) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodOverloadChecker.checkAmbiguous(List<MethodInfo> meths) |
Copyright © 2016. All rights reserved.