Home
last modified time | relevance | path

Searched refs:STRINGBUFFER_APPEND_STRING_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.java100 final static int STRINGBUFFER_APPEND_STRING_METHOD = 7; field in ConstantPool
554 return STRINGBUFFER_APPEND_STRING_METHOD; in indexOfWellKnownMethods()
2508 if ((index = wellKnownMethods[STRINGBUFFER_APPEND_STRING_METHOD]) == 0) { in literalIndexForJavaLangStringBufferAppend()
2518 index = wellKnownMethods[STRINGBUFFER_APPEND_STRING_METHOD] = currentIndex++; in literalIndexForJavaLangStringBufferAppend()