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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DType.java657 public static Type narrowest(final Type type0, final Type type1) { method in class:Type
705 public static Type narrowest(final Type type0, final Type type1, final Type limit) { method in class:Type
720 public Type narrowest(final Type other) { method in class:Type
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DCodeGenerator.java753 final Type narrowest; field in class:CodeGenerator.TypeBounds
766 TypeBounds(final Type narrowest, final Type widest) { argument
[all...]

Completed in 102 milliseconds