Home | History | Annotate | Download | only in deps

Lines Matching defs:env

26 import com.google.turbine.binder.env.CompoundEnv;
27 import com.google.turbine.binder.env.Env;
28 import com.google.turbine.binder.env.SimpleEnv;
104 Env<ClassSymbol, TypeBoundClass> env =
109 addSuperTypes(closure, env, sym);
113 TypeBoundClass info = env.get(sym);
123 Set<ClassSymbol> closure, Env<ClassSymbol, TypeBoundClass> env, ClassSymbol sym) {
127 TypeBoundClass info = env.get(sym);
132 addSuperTypes(closure, env, info.superclass());
135 addSuperTypes(closure, env, i);