Searched refs:attribExpr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAnnotate.java203 Type result = attr.attribExpr(tree, env, expected);
214 Type result = attr.attribExpr(tree, env, expected);
253 attr.attribExpr(tree, env, expected);
267 return new Attribute.Error(attr.attribExpr(tree, env, expected));
H A DAttr.java338 attribExpr(expr, env);
448 public Type attribExpr(JCTree tree, Env<AttrContext> env, Type pt) { method in class:Attr
452 public Type attribExpr(JCTree tree, Env<AttrContext> env, Type pt, String key) { method in class:Attr
459 Type attribExpr(JCTree tree, Env<AttrContext> env) { method in class:Attr
488 ts.append(attribExpr(l.head, env, pt));
611 Type itype = attribExpr(initializer, env, type);
887 attribExpr(tree.init, initEnv, v.type);
926 attribExpr(tree.cond, env, syms.booleanType);
931 attribExpr(tree.cond, env, syms.booleanType);
940 if (tree.cond != null) attribExpr(tre
[all...]

Completed in 33 milliseconds