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()
192 result.add(bindField(env, field)); in bindFields()197 private static FieldInfo bindField(Env<ClassSymbol, TypeBoundClass> env, FieldInfo base) { in bindField() method in DisambiguateTypeAnnotations
536 FieldInfo field = bindField(scope, (Tree.VarDecl) member); in bindFields()547 private FieldInfo bindField(CompoundScope scope, Tree.VarDecl decl) { in bindField() method in TypeBinder