Package | Description |
---|---|
io.vertx.codegen | |
io.vertx.codegen.doc |
Modifier and Type | Field and Description |
---|---|
protected Doc |
ClassModel.doc |
Modifier and Type | Method and Description |
---|---|
Doc |
PropertyInfo.getDoc() |
Doc |
MethodInfo.getDoc() |
Doc |
DataObjectModel.getDoc() |
Doc |
ClassModel.getDoc() |
Modifier and Type | Method and Description |
---|---|
protected MethodInfo |
ProxyModel.createMethodInfo(TypeInfo.Class ownerType,
String methodName,
String comment,
Doc doc,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt) |
protected MethodInfo |
ClassModel.createMethodInfo(TypeInfo.Class ownerType,
String methodName,
String comment,
Doc doc,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean isFluent,
boolean isCacheReturn,
List<ParamInfo> mParams,
ExecutableElement methodElt,
boolean isStatic,
ArrayList<TypeParamInfo.Method> typeParams,
TypeElement declaringElt) |
Constructor and Description |
---|
MethodInfo(Set<TypeInfo.Class> ownerTypes,
String name,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean fluent,
boolean cacheReturn,
List<ParamInfo> params,
String comment,
Doc doc,
boolean staticMethod,
List<TypeParamInfo.Method> typeParams) |
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String methodName,
boolean array,
boolean adder) |
ProxyMethodInfo(Set<TypeInfo.Class> ownerTypes,
String name,
MethodKind kind,
TypeInfo returnType,
Text returnDescription,
boolean fluent,
boolean cacheReturn,
List<ParamInfo> params,
String comment,
Doc doc,
boolean staticMethod,
List<TypeParamInfo.Method> typeParams,
boolean proxyIgnore,
boolean proxyClose) |
Modifier and Type | Method and Description |
---|---|
static Doc |
Doc.create(String javadoc)
Create and returns a doc object for the specified javadoc argument.
|
Doc |
Doc.Factory.createDoc(Element elt)
When the
elt argument has a comment, this comment is parsed and returned as a Doc
object. |
Copyright © 2015. All Rights Reserved.