Lines Matching refs:instance

88     public static Attr instance(Context context) {
89 Attr instance = context.get(attrKey);
90 if (instance == null)
91 instance = new Attr(context);
92 return instance;
98 names = Names.instance(context);
99 log = Log.instance(context);
100 syms = Symtab.instance(context);
101 rs = Resolve.instance(context);
102 chk = Check.instance(context);
103 memberEnter = MemberEnter.instance(context);
104 make = TreeMaker.instance(context);
105 enter = Enter.instance(context);
106 infer = Infer.instance(context);
107 cfolder = ConstFold.instance(context);
108 target = Target.instance(context);
109 types = Types.instance(context);
110 diags = JCDiagnostic.Factory.instance(context);
111 annotate = Annotate.instance(context);
112 deferredLintHandler = DeferredLintHandler.instance(context);
114 Options options = Options.instance(context);
116 Source source = Source.instance(context);
699 // no explicit outer instance is given,
700 // disable implicit outer instance from being passed.
904 // Block is a static or instance initializer;
1468 // to the outer instance type of the class.
1489 // that we are referring to a superclass instance of the
1490 // current instance (JLS ???).
1651 // Check for the existence of an apropos outer instance
1725 // that we are referring to a superclass instance of the
1726 // current instance (JLS ???).
1750 // We are seeing an anonymous class instance creation.
1751 // In this case, the class instance creation
1767 // For instance, if C is a class, and ET is the type of E,
1792 // If an outer instance is given,
1839 //if the type of the instance creation expression is erroneous,
1849 //if the type of the instance creation expression is a class type
2170 // class in a this or super call. This is illegal for instance
2214 // if symbol is a field or instance method, check that it is
2225 // accessed through an enclosing instance. Locate this
2226 // enclosing instance:
2349 // If we are selecting an instance member via a `super', ...
2467 * (4) if symbol is an instance field of a raw type,
2470 * (5) if symbol is an instance method of a raw type, issue an
2534 // Test (4): if symbol is an instance field of a raw type,
2625 // This check applies only to class and instance
2664 // (15.28) from constructors, instance initializer blocks,
2665 // or instance variable initializer expressions of that
2667 // instance initializer blocks, or instance variable
2725 // Test (5): if symbol is an instance method of a raw type, issue
2741 // For methods, we need to compute the instance type by