Uses of Class
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_BootstrapMethod
Packages that use ConstantPool.ConstValue_BootstrapMethod
-
Uses of ConstantPool.ConstValue_BootstrapMethod in org.openjdk.asmtools.jasm
Subclasses of ConstantPool.ConstValue_BootstrapMethod in org.openjdk.asmtools.jasmModifier and TypeClassDescriptionstatic class
The CONSTANT_Dynamic (17) structure is used to represent a dynamically-computed constant, an arbitrary value that is produced by invocation of a bootstrap method in the course of a ldc instruction, among others.static class
The CONSTANT_InvokeDynamic_info(18) structure is used to represent a dynamically-computed call site, an instance of java.lang.invoke.CallSite that is produced by invocation of a bootstrap method in the course of an invokedynamic instruction.Methods in org.openjdk.asmtools.jasm with type parameters of type ConstantPool.ConstValue_BootstrapMethodModifier and TypeMethodDescriptionprivate <E extends ConstantPool.ConstValue_BootstrapMethod>
EParserCP.ParserCPVisitor.visitBsm
(BiFunction<BootstrapMethodData, ConstCell<?>, E> ctor)