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

/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DVarTypePrinter.java97 public Type upward(Type t) { method in class:VarTypePrinter
104 public Type upward(Type t, List<Type> vars) { method in class:VarTypePrinter
171 public Type visitClassType(ClassType t, Boolean upward) { argument
217 public Type visitTypeVar(TypeVar t, Boolean upward) { argument
240 visitWildcardType(WildcardType wt, Boolean upward) argument
252 mapTypeArgument(Type t, boolean upward) argument
[all...]

Completed in 40 milliseconds