Class TStringConcatFactory
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.lang.invoke.TStringConcatFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallSite
makeConcat
(MethodHandles.Lookup aLookup, String aName, MethodType aConcatType) static CallSite
makeConcatWithConstants
(MethodHandles.Lookup aLookup, String aName, MethodType aConcatType, String aRecipe, Object... aConstants)
-
Constructor Details
-
TStringConcatFactory
public TStringConcatFactory()
-
-
Method Details
-
makeConcat
public static CallSite makeConcat(MethodHandles.Lookup aLookup, String aName, MethodType aConcatType) -
makeConcatWithConstants
public static CallSite makeConcatWithConstants(MethodHandles.Lookup aLookup, String aName, MethodType aConcatType, String aRecipe, Object... aConstants)
-