Searched refs:attribType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java328 public Type attribType(JCTree node, TypeSymbol sym) { method in class:Attr
465 Type attribType(JCTree tree, Env<AttrContext> env) { method in class:Attr
466 Type result = attribType(tree, env, Type.noType);
472 Type attribType(JCTree tree, Env<AttrContext> env, Type pt) { method in class:Attr
515 argtypes.append(attribType(l.head, env));
539 List<Type> bounds = List.of(attribType(tvar.bounds.head, env));
541 bounds = bounds.prepend(attribType(bound, env));
575 attribType(a.annotationType, env);
637 attribType(tree, env);
1632 attribType(claz
[all...]
H A DAnnotate.java141 : attr.attribType(a.annotationType, env));
H A DMemberEnter.java369 Type restype = res == null ? syms.voidType : attr.attribType(res, env);
374 Type exc = attr.attribType(l.head, env);
631 attr.attribType(tree.vartype, localEnv);
721 return attr.attribType(tree, env);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTaskImpl.java525 return attr.attribType(tree, (Symbol.TypeSymbol)scope);

Completed in 37 milliseconds