public class JCMTypeVar extends JCMType<com.sun.codemodel.JTypeVar>
Constructor and Description |
---|
JCMTypeVar(JCMTypeFactory factory,
com.sun.codemodel.JTypeVar type) |
Modifier and Type | Method and Description |
---|---|
<V> V |
accept(JCMTypeVisitor<V> visitor) |
com.sun.codemodel.JType |
getDeclarableType() |
boolean |
matches(JCMType<?> type) |
getFactory, getFullName, getType, toString
public JCMTypeVar(JCMTypeFactory factory, com.sun.codemodel.JTypeVar type)
public com.sun.codemodel.JType getDeclarableType()
getDeclarableType
in class JCMType<com.sun.codemodel.JTypeVar>
public <V> V accept(JCMTypeVisitor<V> visitor)
Copyright © 2005–2018. All rights reserved.