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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DReflectionNavigator.java142 return binder.visit(t, new BinderArg(decl, args.getActualTypeArguments()));
146 private static class BinderArg { class in class:ReflectionNavigator
151 BinderArg(TypeVariable[] params, Type[] args) { method in class:ReflectionNavigator.BinderArg
157 public BinderArg(GenericDeclaration decl, Type[] args) { method in class:ReflectionNavigator.BinderArg
170 private static final TypeVisitor<Type, BinderArg> binder = new TypeVisitor<Type, BinderArg>() {
172 public Type onClass(Class c, BinderArg args) {
176 public Type onParameterizdType(ParameterizedType p, BinderArg args) {
199 public Type onGenericArray(GenericArrayType g, BinderArg types) {
208 public Type onVariable(TypeVariable v, BinderArg type
[all...]

Completed in 30 milliseconds