| Copyright | (c) Christian Gram Kalhauge 2017 |
|---|---|
| License | MIT |
| Maintainer | kalhuage@cs.ucla.edu |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.JVM.Field
Contents
Description
- data Field = Field {}
- fConstantValue :: ConstantPool -> Field -> Maybe (Either String ConstantValue)
Documentation
Attributes
fConstantValue :: ConstantPool -> Field -> Maybe (Either String ConstantValue) Source #
Fetch the ConstantValue attribute.
There can only one be one exceptions attribute on a field.