Package org.codehaus.groovy.runtime
Class GStringUtil
java.lang.Object
org.codehaus.groovy.runtime.GStringUtil
This class is primarily intended for INTERNAL USE. Use at your own risk.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
buildImpl
(GroovyObject builder, Object[] vs, String[] ss) static int
calcInitialCapacityImpl
(Object[] vs, String[] ss) static GString
static Writer
writeToImpl
(Writer out, Object[] vs, String[] ss)
-
Method Details
-
plusImpl
-
writeToImpl
- Throws:
IOException
-
buildImpl
-
calcInitialCapacityImpl
-