Searched refs:bindField (Results 1 – 3 of 3) sorted by relevance
288 private void bindField(final BoundFieldInfo fieldInfo) { in bindField() method in BoundFieldModule395 bindField(fieldInfoOpt.get()); in configure()
175 result.add(bindField(env, field)); in bindFields()180 private static FieldInfo bindField(Env<ClassSymbol, TypeBoundClass> env, FieldInfo base) { in bindField() method in DisambiguateTypeAnnotations
527 FieldInfo field = bindField(scope, (Tree.VarDecl) member); in bindFields()538 private FieldInfo bindField(CompoundScope scope, Tree.VarDecl decl) { in bindField() method in TypeBinder