Uses of Class
com.caucho.config.reflect.VarType

Packages that use VarType
com.caucho.config.gen   
com.caucho.config.reflect   
com.caucho.ejb.gen   
 

Uses of VarType in com.caucho.config.gen
 

Methods in com.caucho.config.gen that return types with arguments of type VarType
protected  java.util.Set<VarType<?>> AbstractAspectGenerator.getTypeVariables()
           
 

Method parameters in com.caucho.config.gen with type arguments of type VarType
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:
 

Uses of VarType in com.caucho.config.reflect
 

Methods in com.caucho.config.reflect that return types with arguments of type VarType
 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()
           
 

Method parameters in com.caucho.config.reflect with type arguments of type VarType
 void BaseType.fillSyntheticTypes(java.util.Set<VarType<?>> varTypeList)
           
 void ParamType.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 AnnotatedMethodImpl.fillTypeVariables(java.util.Set<VarType<?>> typeVariables)
           
protected  void ReflectionAnnotated.fillTypeVariables(java.util.Set<VarType<?>> typeVariables)
           
 

Uses of VarType in com.caucho.ejb.gen
 

Methods in com.caucho.ejb.gen that return types with arguments of type VarType
protected  java.util.Set<VarType<?>> NonBusinessMethodGenerator.getTypeVariables()