comparison jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ConstantReflectionProvider.java @ 23345:1c4b6a7f1917

update to Eclipse 4.5.2 format style
author Doug Simon <doug.simon@oracle.com>
date Thu, 07 Apr 2016 13:56:58 +0200
parents 87394b31a42e
children f102ee538647
comparison
equal deleted inserted replaced
23344:32d6bceb9adc 23345:1c4b6a7f1917
121 * available at this point. 121 * available at this point.
122 */ 122 */
123 JavaConstant boxPrimitive(JavaConstant source); 123 JavaConstant boxPrimitive(JavaConstant source);
124 124
125 /** 125 /**
126 * Converts the given {@link JavaKind#Object object} constant to a 126 * Converts the given {@link JavaKind#Object object} constant to a {@link JavaKind#isPrimitive()
127 * {@link JavaKind#isPrimitive() primitive} constant, according to the Java unboxing rules. 127 * primitive} constant, according to the Java unboxing rules. Returns {@code null} if the source
128 * Returns {@code null} if the source is is not an object constant that can be unboxed, or the 128 * is is not an object constant that can be unboxed, or the unboxed value is not available at
129 * unboxed value is not available at this point. 129 * this point.
130 */ 130 */
131 JavaConstant unboxPrimitive(JavaConstant source); 131 JavaConstant unboxPrimitive(JavaConstant source);
132 132
133 /** 133 /**
134 * Gets a string as a {@link JavaConstant}. 134 * Gets a string as a {@link JavaConstant}.