com.mysema.query.codegen
Class TypeExtends

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

public class TypeExtends
extends TypeAdapter

TypeExtends is a Type implementation for type variables and wildcard types

Author:
tiwe

Constructor Summary
TypeExtends(String varName, Type type)
           
TypeExtends(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

TypeExtends

public TypeExtends(String varName,
                   Type type)

TypeExtends

public TypeExtends(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

@Nullable
public String getVarName()


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