Searched refs:completers (Results 1 – 2 of 2) sorted by relevance
/external/turbine/java/com/google/turbine/binder/env/ |
D | LazyEnv.java | 48 private final ImmutableMap<S, Completer<S, T, V>> completers; field in LazyEnv 56 public LazyEnv(ImmutableMap<S, Completer<S, T, V>> completers, Env<S, ? extends T> base) { in LazyEnv() argument 57 this.completers = completers; in LazyEnv() 67 Completer<S, T, V> completer = completers.get(sym); in get()
|
/external/turbine/java/com/google/turbine/binder/ |
D | Binder.java | 221 completers = ImmutableMap.builder(); in bindHierarchy() local 223 completers.put( in bindHierarchy() 234 return new LazyEnv<>(completers.build(), classPathEnv); in bindHierarchy() 305 completers = ImmutableMap.builder(); in constants() local 312 completers.put( in constants() 341 new LazyEnv<>(completers.build(), SimpleEnv.<FieldSymbol, Const.Value>builder().build()); in constants()
|