Package xyz.cofe.trambda.bc.mth
Class MethodWriterCtx
- java.lang.Object
-
- xyz.cofe.trambda.bc.mth.MethodWriterCtx
-
public class MethodWriterCtx extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodWriterCtx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.HandlebootstrapArgument(MHandle targetCallArg, org.objectweb.asm.Handle bootstrap)org.objectweb.asm.LabellabelCreate(String name)org.objectweb.asm.LabellabelCreateOrGet(String name)org.objectweb.asm.LabellabelGet(String name)org.objectweb.asm.Label[]labelsGet(String... names)
-
-
-
Method Detail
-
labelCreate
public org.objectweb.asm.Label labelCreate(String name)
-
labelGet
public org.objectweb.asm.Label labelGet(String name)
-
labelCreateOrGet
public org.objectweb.asm.Label labelCreateOrGet(String name)
-
labelsGet
public org.objectweb.asm.Label[] labelsGet(String... names)
-
bootstrapArgument
public org.objectweb.asm.Handle bootstrapArgument(MHandle targetCallArg, org.objectweb.asm.Handle bootstrap)
-
-