Package com.tonic.parser.attribute.table
Class BootstrapMethod
- java.lang.Object
-
- com.tonic.parser.attribute.table.BootstrapMethod
-
public class BootstrapMethod extends Object
Represents a bootstrap method entry in the BootstrapMethods attribute.
-
-
Constructor Summary
Constructors Constructor Description BootstrapMethod(int bootstrapMethodRef, List<Integer> bootstrapArguments)Constructs a bootstrap method entry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getBootstrapArguments()intgetBootstrapMethodRef()StringtoString()
-