Searched refs:getThrownTypes (Results 1 - 25 of 25) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/mirror/declaration/
H A DExecutableDeclaration.java84 Collection<ReferenceType> getThrownTypes(); method in interface:ExecutableDeclaration
/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DExecutableType.java88 List<? extends TypeMirror> getThrownTypes(); method in interface:ExecutableType
/openjdk7/langtools/src/share/classes/javax/lang/model/element/
H A DExecutableElement.java89 List<? extends TypeMirror> getThrownTypes(); method in interface:ExecutableElement
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DExecutableDeclarationImpl.java82 public Collection<ReferenceType> getThrownTypes() { method in class:ExecutableDeclarationImpl
84 for (Type t : sym.type.getThrownTypes()) {
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DAnnoTypeElemDecl.java141 Collection<ReferenceType> getThrownTypes() { method in class:AnnoTypeElemDecl
142 return elem1.getThrownTypes();
H A DConstructorDecl.java164 Collection<ReferenceType> getThrownTypes() { method in class:ConstructorDecl
165 return ctorInner.getThrownTypes();
H A DMethodDecl.java178 Collection<ReferenceType> getThrownTypes() { method in class:MethodDecl
179 return meth2.getThrownTypes();
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DExecutableMemberDocImpl.java156 for (Type ex : sym.type.getThrownTypes()) {
172 return TypeMaker.getTypes(env, sym.type.getThrownTypes());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java644 ((JCMethodDecl) l.head).sym.type.getThrownTypes();
717 List<Type> mthrown = tree.sym.type.getThrownTypes();
1045 for (Type t : mt.getThrownTypes()) {
1281 for (List<Type> l = tree.meth.type.getThrownTypes(); l.nonEmpty(); l = l.tail)
1289 for (List<Type> l = tree.constructorType.getThrownTypes();
1305 for (List<Type> l = tree.constructor.type.getThrownTypes();
H A DInfer.java541 types.subst(UninferredMethodType.this.getThrownTypes(), tvars, inferred),
657 spMethod.getThrownTypes() :
H A DResolve.java779 List<Type> allThrown = chk.intersect(mt1.getThrownTypes(), mt2.getThrownTypes());
H A DLower.java940 thrown = vsym.type.getThrownTypes();
1176 constr.type.getThrownTypes(),
2513 olderasure.getThrownTypes(),
2605 olderasure.getThrownTypes(),
H A DCheck.java1461 List<Type> otthrown = types.subst(ot.getThrownTypes(), otvars, mtvars);
1462 List<Type> unhandledErased = unhandled(mt.getThrownTypes(), types.erasure(otthrown));
1463 List<Type> unhandledUnerased = unhandled(mt.getThrownTypes(), otthrown);
H A DMemberEnter.java980 thrown = superConstrType.getThrownTypes();
H A DAttr.java1171 chk.isHandled(syms.interruptedExceptionType, types.memberType(resource, close).getThrownTypes()) &&
2813 types.erasure(owntype.getThrownTypes()),
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java287 public List<Type> getThrownTypes() { return List.nil(); } method in class:Type
922 public List<Type> getThrownTypes() { return thrown; } method in class:Type.MethodType
1105 public List<Type> getThrownTypes() { return qtype.getThrownTypes(); } method in class:Type.DelegatedType
H A DSymbol.java188 t.getThrownTypes(),
1343 public List<Type> getThrownTypes() { method in class:Symbol.MethodSymbol
1344 return asType().getThrownTypes();
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DPrintAP.java418 Collection<ReferenceType> thrownTypes = d.getThrownTypes();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DPrintingProcessor.java488 List<? extends TypeMirror> thrownTypes = e.getThrownTypes();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java968 if (sym.type.getThrownTypes().isEmpty())
1064 List<Type> thrown = sym.type.getThrownTypes();
1067 if (sym.kind == MTH && sym.type.getThrownTypes().isEmpty())
1234 nt.type.getThrownTypes(),
1739 type.getThrownTypes(),
H A DClassWriter.java669 hasTypeVar(sym.type.getThrownTypes()))) {
951 List<Type> thrown = m.erasure(types).getThrownTypes();
H A DGen.java656 pmt.thrown = chk.intersect(pmt.getThrownTypes(), imt.getThrownTypes());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java740 for (ReferenceType thrownType : method.getThrownTypes()) {
H A DWebServiceWrapperGenerator.java171 for (ReferenceType thrownType : method.getThrownTypes()) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java787 Types(mtype.getThrownTypes()),

Completed in 181 milliseconds