Package | Description |
---|---|
io.vertx.codegen.type |
Modifier and Type | Method and Description |
---|---|
static TypeUse |
TypeUse.createParamTypeUse(ProcessingEnvironment env,
ExecutableElement[] methods,
int index) |
static TypeUse |
TypeUse.createReturnTypeUse(ProcessingEnvironment env,
ExecutableElement... methods) |
TypeUse |
TypeUse.getArg(String rawName,
int index)
Return the type use of a type argument of the underlying type.
|
Modifier and Type | Method and Description |
---|---|
ArrayTypeInfo |
TypeMirrorFactory.create(TypeUse use,
ArrayType type) |
TypeInfo |
TypeMirrorFactory.create(TypeUse use,
DeclaredType type) |
TypeInfo |
TypeMirrorFactory.create(TypeUse use,
TypeMirror type) |
TypeVariableInfo |
TypeMirrorFactory.create(TypeUse use,
TypeVariable type) |
Copyright © 2019 Eclipse. All rights reserved.