Searched defs:toType (Results 1 - 25 of 27) sorted by relevance

12

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCTypeInfo.java50 JType toType(Outline o, Aspect aspect); method in interface:CTypeInfo
H A DCWildcardTypeInfo.java53 public JType toType(Outline o, Aspect aspect) { method in class:CWildcardTypeInfo
H A DCClassRef.java88 public JClass toType(Outline o, Aspect aspect) { method in class:CClassRef
H A DCArrayInfo.java80 public JType toType(Outline o, Aspect aspect) { method in class:CArrayInfo
H A DCElementInfo.java215 public JType toType(Outline o, Aspect aspect) { method in class:CElementInfo
H A DCEnumLeafInfo.java183 public JClass toType(Outline o, Aspect aspect) { method in class:CEnumLeafInfo
H A DCBuiltinLeafInfo.java121 public JType toType(Outline o, Aspect aspect) { method in class:CBuiltinLeafInfo
H A DCClassInfo.java483 public final JClass toType(Outline o, Aspect aspect) { method in class:CClassInfo
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/nav/
H A DEagerNClass.java53 public JClass toType(Outline o, Aspect aspect) { method in class:EagerNClass
H A DEagerNType.java45 public JType toType(Outline o, Aspect aspect) { method in class:EagerNType
H A DNParameterizedType.java48 public JClass toType(Outline o, Aspect aspect) { method in class:NParameterizedType
H A DNType.java63 JType toType(Outline o, Aspect aspect); method in interface:NType
H A DNClassByJClass.java42 public JClass toType(Outline o, Aspect aspect) { method in class:NClassByJClass
H A DNClass.java36 JClass toType(Outline o, Aspect aspect); method in interface:NClass
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DTypeExpression.java49 Type toType(Environment env, Context ctx) { method in class:TypeExpression
H A DArrayAccessExpression.java143 Type toType(Environment env, Context ctx) { method in class:ArrayAccessExpression
146 Type toType(Environment env, Type t) { method in class:ArrayAccessExpression
H A DFieldExpression.java204 Type toType(Environment env, Context ctx) { method in class:FieldExpression
H A DIdentifierExpression.java359 Type toType(Environment env, Context ctx) { method in class:IdentifierExpression
H A DExpression.java143 Type toType(Environment env, Context ctx) { method in class:Expression
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotVMConfigAccess.java299 private static <T> Object convertValue(String name, Class<T> toType, Object value, String cppType) throws JVMCIError { argument
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DAbstractValidatingLambdaMetafactory.java328 private boolean isAdaptableTo(Class<?> fromType, Class<?> toType, boolean strict) { argument
366 isAdaptableToAsReturn(Class<?> fromType, Class<?> toType) argument
370 isAdaptableToAsReturnStrict(Class<?> fromType, Class<?> toType) argument
[all...]
/openjdk10/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/
H A DTypeConverterFactory.java342 /*private*/ static boolean canAutoConvert(final Class<?> fromType, final Class<?> toType) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DPiNode.java95 public PiNode(ValueNode object, ResolvedJavaType toType, boolean exactType, boolean nonNull) { argument
136 public static boolean intrinsify(GraphBuilderContext b, ResolvedJavaMethod method, ValueNode object, ResolvedJavaType toType, boolean exactType, boolean nonNull) { argument
248 private static native Class<?> asNonNullClassIntrinsic(Object object, @ConstantNodeParameter Class<?> toType, @ConstantNodeParameter boolean exactType, @ConstantNodeParameter boolean nonNull); argument
275 public static Object piCastNonNull(Object object, @ConstantNodeParameter Class<?> toType) { argument
280 public static native Object piCast(Object object, @ConstantNodeParameter Class<?> toType, argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DReplacementsParseTest.java241 private static native String asNonNullStringIntrinsic(Object object, @ConstantNodeParameter Class<?> toType, @ConstantNodeParameter boolean exactType, @ConstantNodeParameter boolean nonNull); argument
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/reflect/
H A DAccessorGenerator.java621 emitWideningBytecodeForPrimitiveConversion(ClassFileAssembler cb, Class<?> fromType, Class<?> toType) argument

Completed in 154 milliseconds

12