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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java399 public MethodType asMethodType() { throw new AssertionError(); } method in class:Type
944 public MethodType asMethodType() { return this; } method in class:Type.MethodType
1193 public MethodType asMethodType() { method in class:Type.ForAll
1194 return qtype.asMethodType();
H A DTypes.java2206 return strict ? false : visitMethodType(t.asMethodType(), s);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java524 asMethodType().restype = new UninferredReturnType(tvars, mtype.restype);
528 public MethodType asMethodType() { method in class:Infer.UninferredMethodType
529 return qtype.asMethodType();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java969 sym.type.asMethodType().thrown = thrown.reverse();
1068 sym.type.asMethodType().thrown = thrown;
1214 MethodType type = nt.type.asMethodType();
1217 if (e.sym.kind == MTH && isSameBinaryType(e.sym.type.asMethodType(), type))

Completed in 58 milliseconds