Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
public final class StringConcatFactory
- Object
- StringConcatFactory
Deprecated. this class is used internally for String concatenation compatibility
Methods
Inherited methods
Method details
makeConcat
public static CallSite makeConcat(MethodHandles.Lookup lookup, String name, MethodType concatType)makeConcatWithConstants
public static CallSite makeConcatWithConstants(MethodHandles.Lookup lookup, String name, MethodType concatType, String recipe, Object... constants)