Class BackendASM.ConstantsASM

java.lang.Object
dev.lukebemish.bytecodebuilder.BackendASM.ConstantsASM
Enclosing class:
BackendASM

public static final class BackendASM.ConstantsASM extends Object
  • Method Details

    • from

      public static ConstantDesc from(org.objectweb.asm.Type type)
    • fromClass

      public static ClassDesc fromClass(org.objectweb.asm.Type type)
    • from

      public static DirectMethodHandleDesc from(org.objectweb.asm.Handle handle)
    • from

      public static DynamicConstantDesc<?> from(org.objectweb.asm.ConstantDynamic constantDynamic)
    • toAsm

      public static org.objectweb.asm.Type toAsm(ClassDesc classDesc)
    • toAsm

      public static org.objectweb.asm.Type toAsm(MethodTypeDesc methodTypeDesc)
    • toAsm

      public static org.objectweb.asm.Handle toAsm(DirectMethodHandleDesc methodHandleDesc)
    • toAsm

      public static org.objectweb.asm.ConstantDynamic toAsm(DynamicConstantDesc<?> dynamicConstantDesc)
    • toAsm

      public static Object toAsm(ConstantDesc constantDesc)