jdeparser 1.0.0.Final-redhat-1

Uses of Class
org.jboss.jdeparser.JTypeVar

Packages that use JTypeVar
org.jboss.jdeparser   
 

Uses of JTypeVar in org.jboss.jdeparser
 

Fields in org.jboss.jdeparser declared as JTypeVar
protected static JTypeVar[] JClass.EMPTY_ARRAY
          Sometimes useful reusable empty array.
 

Methods in org.jboss.jdeparser that return JTypeVar
 JTypeVar JTypeVar.bound(JClass c)
          Adds a bound to this variable.
 JTypeVar JGenerifiable.generify(String name)
          Adds a new type variable to this declaration.
 JTypeVar JDefinedClass.generify(String name)
           
 JTypeVar JGenerifiable.generify(String name, Class<?> bound)
          Adds a new type variable to this declaration with a bound.
 JTypeVar JDefinedClass.generify(String name, Class<?> bound)
           
 JTypeVar JGenerifiable.generify(String name, JClass bound)
          Adds a new type variable to this declaration with a bound.
 JTypeVar JDefinedClass.generify(String name, JClass bound)
           
 JTypeVar[] JGenerifiable.typeParams()
          Iterates all the type parameters of this class/interface.
 JTypeVar[] JDefinedClass.typeParams()
           
 JTypeVar[] JClass.typeParams()
          Iterates all the type parameters of this class/interface.
 

Methods in org.jboss.jdeparser with parameters of type JTypeVar
protected  JClass JTypeVar.substituteParams(JTypeVar[] variables, List<JClass> bindings)
           
protected  JClass JDefinedClass.substituteParams(JTypeVar[] variables, List<JClass> bindings)
           
protected abstract  JClass JClass.substituteParams(JTypeVar[] variables, List<JClass> bindings)
          Substitutes the type variables with their actual arguments.
protected  JClass JNullType.substituteParams(JTypeVar[] variables, List<JClass> bindings)
           
 


jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.