org.jvnet.jaxb2_commons.codemodel
Class JCMTypeVar

java.lang.Object
  extended by org.jvnet.jaxb2_commons.codemodel.JCMType<com.sun.codemodel.JTypeVar>
      extended by org.jvnet.jaxb2_commons.codemodel.JCMTypeVar

public class JCMTypeVar
extends JCMType<com.sun.codemodel.JTypeVar>


Constructor Summary
JCMTypeVar(JCMTypeFactory factory, com.sun.codemodel.JTypeVar type)
           
 
Method Summary
<V> V
accept(JCMTypeVisitor<V> visitor)
           
 com.sun.codemodel.JType getDeclarableType()
           
 boolean matches(JCMType<?> type)
           
 
Methods inherited from class org.jvnet.jaxb2_commons.codemodel.JCMType
getFactory, getFullName, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCMTypeVar

public JCMTypeVar(JCMTypeFactory factory,
                  com.sun.codemodel.JTypeVar type)
Method Detail

getDeclarableType

public com.sun.codemodel.JType getDeclarableType()
Specified by:
getDeclarableType in class JCMType<com.sun.codemodel.JTypeVar>

accept

public <V> V accept(JCMTypeVisitor<V> visitor)
Specified by:
accept in class JCMType<com.sun.codemodel.JTypeVar>

matches

public boolean matches(JCMType<?> type)
Specified by:
matches in class JCMType<com.sun.codemodel.JTypeVar>


Copyright © 2005-2015. All Rights Reserved.