| Copyright | (c) Christian Gram Kalhauge 2017 |
|---|---|
| License | MIT |
| Maintainer | kalhuage@cs.ucla.edu |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Language.JVM.Attribute.BootstrapMethods
Description
Based on the BootstrapMethods Attribute, as documented [here](http:/docs.oracle.comjavasespecsjvmsse8html/jvms-4.html#jvms-4.7.23).
- data BootstrapMethods = BootstrapMethods {}
- methods :: BootstrapMethods -> [BootstrapMethod]
- data BootstrapMethod = BootstrapMethod {}
- arguments :: BootstrapMethod -> [ConstantRef]
Documentation
data BootstrapMethods Source #
Is a list of bootstrapped methods.
Constructors
| BootstrapMethods | |
Fields | |
Instances
methods :: BootstrapMethods -> [BootstrapMethod] Source #
The methods as list
arguments :: BootstrapMethod -> [ConstantRef] Source #
The arguments is a cool