| Copyright | (c) Christian Gram Kalhauge 2017 |
|---|---|
| License | MIT |
| Maintainer | kalhuage@cs.ucla.edu |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Language.JVM.Attribute.Exceptions
Description
Based on the Exceptions Attribute, as documented here. It describes the checked exceptions that a method can make.
- data Exceptions = Exceptions {}
- exceptionIndexTable :: Exceptions -> [ConstantRef]
Documentation
data Exceptions Source #
An Exceptions attribute is a list of references into the constant pool.
Constructors
| Exceptions | |
Fields | |
Instances
| Eq Exceptions Source # | |
| Show Exceptions Source # | |
| Generic Exceptions Source # | |
| Binary Exceptions Source # | |
| IsAttribute Exceptions Source # |
|
| type Rep Exceptions Source # | |
exceptionIndexTable :: Exceptions -> [ConstantRef] Source #
Get the constant refs that points .