Uses of Class
org.jboss.jdeparser.JTypeVar
Packages that use JTypeVar
-
Uses of JTypeVar in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as JTypeVarModifier and TypeFieldDescriptionprotected static final JTypeVar[]JClass.EMPTY_ARRAYSometimes useful reusable empty array.Fields in org.jboss.jdeparser with type parameters of type JTypeVarModifier and TypeFieldDescriptionJGenerifiableImpl.typeVariablesLazily created list ofJTypeVars.Methods in org.jboss.jdeparser that return JTypeVarModifier and TypeMethodDescriptionAdds a bound to this variable.Adds a new type variable to this declaration.Adds a new type variable to this declaration with a bound.Adds a new type variable to this declaration with a bound.JTypeVar[]JClass.typeParams()Iterates all the type parameters of this class/interface.JTypeVar[]JDefinedClass.typeParams()JTypeVar[]JDeparser.JReferencedClass.typeParams()JTypeVar[]JGenerifiable.typeParams()Iterates all the type parameters of this class/interface.JTypeVar[]JGenerifiableImpl.typeParams()Methods in org.jboss.jdeparser with parameters of type JTypeVarModifier and TypeMethodDescriptionprotected JClassJArrayClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected abstract JClassJClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) Substitutes the type variables with their actual arguments.protected JClassJDefinedClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJDeparser.JReferencedClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJDirectClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJExtendsWildcard.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJNarrowedClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJNullType.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJSuperWildcard.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJTypeVar.substituteParams(JTypeVar[] variables, List<JClass> bindings) -
Uses of JTypeVar in org.jboss.jdeparser.fmt
Fields in org.jboss.jdeparser.fmt declared as JTypeVarModifier and TypeFieldDescriptionprivate final JTypeVar[]JStaticJavaFile.JStaticClass.typeParamsMethods in org.jboss.jdeparser.fmt that return JTypeVarMethods in org.jboss.jdeparser.fmt with parameters of type JTypeVarModifier and TypeMethodDescriptionprotected JClassJStaticJavaFile.JStaticClass.substituteParams(JTypeVar[] variables, List<JClass> bindings)