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 |
MethodInfo.getDoc() |
Doc |
ConstantInfo.getDoc() |
Doc |
EnumValueInfo.getDoc() |
Doc |
DataObjectModel.getDoc() |
Doc |
EnumModel.getDoc() |
Doc |
PropertyInfo.getDoc() |
Doc |
ClassModel.getDoc() |
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) |
MethodInfo |
MethodInfo.setDoc(Doc doc) |
ConstantInfo |
ConstantInfo.setDoc(Doc doc) |
Constructor and Description |
---|
ConstantInfo(Doc doc,
String name,
TypeInfo type) |
EnumValueInfo(String identifier,
Doc doc,
boolean deprecated,
Text deprecatedDesc) |
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) |
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String setterMethod,
String adderMethod,
String getterMethod,
List<AnnotationValueInfo> annotations,
PropertyKind kind,
boolean jsonifiable,
boolean deprecated,
Text deprecatedDesc) |
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 © 2021 Eclipse. All rights reserved.