Package | Description |
---|---|
com.caucho.config.gen | |
com.caucho.config.reflect | |
com.caucho.ejb.gen |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<VarType<?>> |
AbstractAspectGenerator.getTypeVariables() |
Modifier and Type | Method and Description |
---|---|
static void |
AspectGeneratorUtil.generateHeader(JavaWriter out,
boolean isOverride,
java.lang.String accessModifier,
java.lang.String methodName,
AnnotatedMethod<?> method,
java.util.Set<VarType<?>> typeVariables,
java.lang.Class<?>[] exnList)
Generates the method's signature before the call:
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<VarType<?>> |
AnnotatedElementImpl.getTypeVariables() |
java.util.Set<VarType<?>> |
BaseTypeAnnotated.getTypeVariables()
Returns the type variables local to the type.
|
java.util.Set<VarType<?>> |
ReflectionAnnotated.getTypeVariables() |
Modifier and Type | Method and Description |
---|---|
void |
ParamType.fillSyntheticTypes(java.util.Set<VarType<?>> varTypeList) |
void |
BaseType.fillSyntheticTypes(java.util.Set<VarType<?>> varTypeList) |
void |
VarType.fillSyntheticTypes(java.util.Set<VarType<?>> varTypeList) |
protected void |
AnnotatedElementImpl.fillTypeVariables(java.util.Set<VarType<?>> typeVariables) |
protected void |
ReflectionAnnotated.fillTypeVariables(java.util.Set<VarType<?>> typeVariables) |
protected void |
AnnotatedMethodImpl.fillTypeVariables(java.util.Set<VarType<?>> typeVariables) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<VarType<?>> |
NonBusinessMethodGenerator.getTypeVariables() |