Home
last modified time | relevance | path

Searched refs:STRING_VALUEOF_FLOAT_METHOD (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/codegen/
H A DConstantPool.java112 final static int STRING_VALUEOF_FLOAT_METHOD = 19; field in ConstantPool
639 return STRING_VALUEOF_FLOAT_METHOD; in indexOfWellKnownMethods()
3128 if ((index = wellKnownMethods[STRING_VALUEOF_FLOAT_METHOD]) == 0) { in literalIndexForJavaLangStringValueOf()
3138 index = wellKnownMethods[STRING_VALUEOF_FLOAT_METHOD] = currentIndex++; in literalIndexForJavaLangStringValueOf()