Searched defs:JTypeVar (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJTypeVar.java38 public final class JTypeVar extends JClass implements JDeclaration { class in inherits:JClass,JDeclaration
44 JTypeVar(JCodeModel owner, String _name) { method in class:JTypeVar
66 public JTypeVar bound( JClass c ) {
111 protected JClass substituteParams(JTypeVar[] variables, List<JClass> bindings) {

Completed in 160 milliseconds