Searched refs:glb (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java215 that.inst = types.glb(hibounds);
285 hb = types.glb(hibounds);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java2819 * compoundMin or glb.
2974 public Type glb(List<Type> ts) { method in class:Types
2979 t1 = glb(t1, t2);
2984 public Type glb(Type t, Type s) { method in class:Types
3184 * glb(Bi, Ui[A1 := S1, ..., An := Sn]) and whose lower bound is
3185 * the null type, where glb(V1,... ,Vm) is V1 & ... & Vm. It is
3252 Si.bound = glb(Ti.getExtendsBound(), subst(Ui, A, S));

Completed in 43 milliseconds