public class TypeUse extends Object
Modifier and Type | Method and Description |
---|---|
static TypeUse |
createParamTypeUse(ProcessingEnvironment env,
ExecutableElement[] methods,
int index) |
static TypeUse |
createReturnTypeUse(ProcessingEnvironment env,
ExecutableElement... methods) |
TypeUse |
getArg(String rawName,
int index)
Return the type use of a type argument of the underlying type.
|
boolean |
isNullable() |
public static TypeUse createParamTypeUse(ProcessingEnvironment env, ExecutableElement[] methods, int index)
public static TypeUse createReturnTypeUse(ProcessingEnvironment env, ExecutableElement... methods)
public TypeUse getArg(String rawName, int index)
rawName
- the name of the raw type for which we want to get the argumentindex
- the argument indexpublic boolean isNullable()
Copyright © 2020 Eclipse. All rights reserved.