Searched refs:createMethodTypeWithThrown (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java687 mdef.sym.type = types.createMethodTypeWithThrown(mdef.sym.type, thrown);
H A DResolve.java780 Type newSig = types.createMethodTypeWithThrown(mostSpecific.type, allThrown);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java2486 public Type createMethodTypeWithThrown(Type original, List<Type> newThrown) { method in class:Types

Completed in 75 milliseconds