Searched refs:augment (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DLint.java64 public Lint augment(Attribute.Compound attr) { method in class:Lint
65 return augmentor.augment(this, attr);
73 public Lint augment(List<Attribute.Compound> attrs) { method in class:Lint
74 return augmentor.augment(this, attrs);
81 public Lint augment(List<Attribute.Compound> attrs, long flags) { method in class:Lint
82 Lint l = augmentor.augment(this, attrs);
278 Lint augment(Lint parent, Attribute.Compound attr) { method in class:Lint.AugmentVisitor
286 Lint augment(Lint parent, List<Attribute.Compound> attrs) { method in class:Lint.AugmentVisitor
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java613 lint = lint.augment(tree.sym.attributes_field);
724 lint = lint.augment(tree.sym.attributes_field);
790 lint = lint.augment(tree.sym.attributes_field);
H A DEnter.java160 localEnv.info.lint = lintEnv.info.lint.augment(sym.attributes_field, sym.flags());
H A DAttr.java600 // null. In that case, calling augment will throw an NPE. To avoid this, for now we
605 env.info.lint = lintEnv.info.lint.augment(env.info.enclVar.attributes_field, env.info.enclVar.flags());
716 Lint lint = env.info.lint.augment(m.attributes_field, m.flags());
862 Lint lint = env.info.lint.augment(v.attributes_field, v.flags());
1845 //dup attribution environment and augment the set of inference variables
3155 env.info.lint = lintEnv.info.lint.augment(c.attributes_field, c.flags());
H A DMemberEnter.java698 mEnv.info.lint = mEnv.info.lint.augment(tree.sym.attributes_field, tree.sym.flags());

Completed in 40 milliseconds