public class TStringConcatFactory extends Object
| Constructor and Description |
|---|
TStringConcatFactory() |
| Modifier and Type | Method and Description |
|---|---|
static CallSite |
makeConcat(MethodHandles.Lookup aLookup,
String aName,
MethodType aConcatType) |
static CallSite |
makeConcatWithConstants(MethodHandles.Lookup aLookup,
String aName,
MethodType aConcatType,
String aRecipe,
Object... aConstants) |
public static CallSite makeConcat(MethodHandles.Lookup aLookup, String aName, MethodType aConcatType)
public static CallSite makeConcatWithConstants(MethodHandles.Lookup aLookup, String aName, MethodType aConcatType, String aRecipe, Object... aConstants)
Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.