Searched defs:asType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/javax/lang/model/element/
H A DElement.java83 TypeMirror asType(); method in interface:Element
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandle.java42 * {@linkplain #asType conversion},
137 * must be a valid argument to the receiver's {@link #asType asType} method.
149 * as if by a call to {@link #asType asType},
161 * by a failed call to {@code asType} (in the case of {@code invoke}).
276 mh = mh.asType(mt);
473 * adjusted by calling {@link #asType asType} to adjust this method handle
477 * There is no guarantee that the {@code asType} cal
722 public MethodHandle asType(MethodType newType) { method in class:MethodHandle
[all...]
H A DMethodHandleImpl.java64 names[names.length - 1] = new Name(accessor.asType(srcType), (Object[]) args);
70 mh = mh.asType(ArrayAccessor.correctType(arrayClass, isSetter));
229 fn = boxMethod.asType(MethodType.methodType(dst, src));
251 fn = unbox.asType(MethodType.methodType(dst, src));
310 target = target.asType(type.changeParameterType(last, arrayType));
340 public MethodHandle asType(MethodType newType) { method in class:MethodHandleImpl.AsVarargsCollector
347 return asFixedArity().asType(newType);
351 return cache.asType(newType);
362 return collector.asType(newType);
417 target = target.asType(targetTyp
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java431 public Type asType() { method in class:Symbol
1340 return asType().getReturnType();
1344 return asType().getThrownTypes();

Completed in 442 milliseconds