Searched defs:throwsTypes (Results 1 - 2 of 2) sorted by last modified time

/openjdk10/langtools/test/tools/javac/processing/model/type/
H A DTestUnionType.java78 TestKind(String throwsTypes, String catchTypes, String... gold) { argument
84 final String throwsTypes; field in class:TestUnionType.TestKind
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DType.java183 public final List<? extends Type> throwsTypes; field in class:Type.MethodType
156 MethodType(List<? extends TypeParamType> typeParamTypes, List<? extends Type> paramTypes, Type returnType, List<? extends Type> throwsTypes) argument

Completed in 59 milliseconds