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 BootstrapMethodDataConstantPool.ConstValue_BootstrapMethod.bsmDataFields in org.openjdk.asmtools.jasm with type parameters of type BootstrapMethodDataModifier and TypeFieldDescription(package private) DataVectorAttr<BootstrapMethodData> ClassData.bootstrapMethodsAttrMethods 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 TypeMethodDescriptionvoidClassData.addBootstrapMethod(BootstrapMethodData bsmData) private <T extends Collection<BootstrapMethodData>>
intClassData.getFirstIndex(T collection, BootstrapMethodData bsmData) Finds first BSM data element by value in a collectionvoidConstantPool.ConstValue_BootstrapMethod.setBsmData(BootstrapMethodData bsmData) voidConstantPool.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>
EParseConstPool.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)