Package dev.lukebemish.bytecodebuilder
Class BackendASM.ConstantsASM
java.lang.Object
dev.lukebemish.bytecodebuilder.BackendASM.ConstantsASM
- Enclosing class:
BackendASM
-
Method Summary
Modifier and TypeMethodDescriptionstatic DynamicConstantDesc<?> from(org.objectweb.asm.ConstantDynamic constantDynamic) static DirectMethodHandleDescfrom(org.objectweb.asm.Handle handle) static ConstantDescfrom(org.objectweb.asm.Type type) static ClassDescfromClass(org.objectweb.asm.Type type) static org.objectweb.asm.Typestatic ObjecttoAsm(ConstantDesc constantDesc) static org.objectweb.asm.HandletoAsm(DirectMethodHandleDesc methodHandleDesc) static org.objectweb.asm.ConstantDynamictoAsm(DynamicConstantDesc<?> dynamicConstantDesc) static org.objectweb.asm.TypetoAsm(MethodTypeDesc methodTypeDesc)
-
Method Details
-
from
-
fromClass
-
from
-
from
-
toAsm
-
toAsm
-
toAsm
-
toAsm
-
toAsm
-