com.mysema.query.codegen
Class TypeSuper

java.lang.Object
  extended by com.mysema.query.codegen.TypeAdapter
      extended by com.mysema.query.codegen.TypeSuper
All Implemented Interfaces:
Type

public class TypeSuper
extends TypeAdapter

TypeSuper is a Type for type variables and wildcard types

Author:
tiwe

Constructor Summary
TypeSuper(String varName, Type type)
           
TypeSuper(Type type)
           
 
Method Summary
 void appendLocalGenericName(Type context, Appendable builder, boolean asArgType)
           
 String getVarName()
           
 
Methods inherited from class com.mysema.query.codegen.TypeAdapter
appendLocalRawName, as, asArrayType, equals, getCategory, getFullName, getLocalGenericName, getLocalRawName, getPackageName, getParameter, getParameterCount, getPrimitiveName, getSelfOrValueType, getSimpleName, getType, hasEntityFields, hashCode, isFinal, isPrimitive, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeSuper

public TypeSuper(String varName,
                 Type type)

TypeSuper

public TypeSuper(Type type)
Method Detail

appendLocalGenericName

public void appendLocalGenericName(Type context,
                                   Appendable builder,
                                   boolean asArgType)
                            throws IOException
Specified by:
appendLocalGenericName in interface Type
Overrides:
appendLocalGenericName in class TypeAdapter
Throws:
IOException

getVarName

public String getVarName()


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.