org.jvnet.jaxb2_commons.codemodel
Class JCMNullType

java.lang.Object
  extended by org.jvnet.jaxb2_commons.codemodel.JCMType<com.sun.codemodel.JNullType>
      extended by org.jvnet.jaxb2_commons.codemodel.JCMNullType

public class JCMNullType
extends JCMType<com.sun.codemodel.JNullType>


Constructor Summary
JCMNullType(JCMTypeFactory factory, com.sun.codemodel.JNullType 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

JCMNullType

public JCMNullType(JCMTypeFactory factory,
                   com.sun.codemodel.JNullType type)
Method Detail

accept

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

getDeclarableType

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

matches

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


Copyright © 2005-2015. All Rights Reserved.