Home
last modified time | relevance | path

Searched refs:STRINGBUFFER_TOSTRING_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.java105 final static int STRINGBUFFER_TOSTRING_METHOD = 12; field in ConstantPool
565 return STRINGBUFFER_TOSTRING_METHOD; in indexOfWellKnownMethods()
2900 if ((index = wellKnownMethods[STRINGBUFFER_TOSTRING_METHOD]) == 0) { in literalIndexForJavaLangStringBufferToString()
2910 index = wellKnownMethods[STRINGBUFFER_TOSTRING_METHOD] = currentIndex++; in literalIndexForJavaLangStringBufferToString()