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 SummaryModifier and TypeMethodDescriptionstatic voidbuildImpl(GroovyObject builder, Object[] vs, String[] ss) static intcalcInitialCapacityImpl(Object[] vs, String[] ss) static GStringstatic WriterwriteToImpl(Writer out, Object[] vs, String[] ss) 
- 
Method Details- 
plusImpl
- 
writeToImpl- Throws:
- IOException
 
- 
buildImpl
- 
calcInitialCapacityImpl
 
-