Uses of Class
org.openjdk.asmtools.jasm.BootstrapMethodData
Packages that use BootstrapMethodData
-
Uses of BootstrapMethodData in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as BootstrapMethodDataModifier and TypeFieldDescriptionprivate BootstrapMethodData
ConstantPool.ConstValue_BootstrapMethod.bsmData
Fields in org.openjdk.asmtools.jasm with type parameters of type BootstrapMethodDataModifier and TypeFieldDescription(package private) DataVectorAttr<BootstrapMethodData>
ClassData.bootstrapMethodsAttr
Methods in org.openjdk.asmtools.jasm with type parameters of type BootstrapMethodDataModifier and TypeMethodDescriptionprivate <T extends Collection<BootstrapMethodData>>
intClassData.getFirstIndex
(T collection, BootstrapMethodData bsmData) Finds first BSM data element by value in a collectionMethods in org.openjdk.asmtools.jasm that return BootstrapMethodDataMethods in org.openjdk.asmtools.jasm with parameters of type BootstrapMethodDataModifier and TypeMethodDescriptionvoid
ClassData.addBootstrapMethod
(BootstrapMethodData bsmData) private <T extends Collection<BootstrapMethodData>>
intClassData.getFirstIndex
(T collection, BootstrapMethodData bsmData) Finds first BSM data element by value in a collectionvoid
ConstantPool.ConstValue_BootstrapMethod.setBsmData
(BootstrapMethodData bsmData) void
ConstantPool.ConstValue_BootstrapMethod.setBsmData
(BootstrapMethodData bsmData, int methodAttrIndex) Method parameters in org.openjdk.asmtools.jasm with type arguments of type BootstrapMethodDataModifier and TypeMethodDescriptionprivate <E extends ConstantPool.ConstValue_BootstrapMethod>
EParserCP.ParserCPVisitor.visitBsm
(BiFunction<BootstrapMethodData, ConstCell<?>, E> ctor) Constructors in org.openjdk.asmtools.jasm with parameters of type BootstrapMethodDataModifierConstructorDescriptionConstValue_BootstrapMethod
(ClassFileConst.ConstType tag, BootstrapMethodData bsmdata, ConstCell value) ConstValue_Dynamic
(BootstrapMethodData bsmData, ConstCell napeCell) ConstValue_InvokeDynamic
(BootstrapMethodData bsmData, ConstCell napeCell)