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, toStringpublic 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-2016. All Rights Reserved.