| Copyright | (c) Christian Gram Kalhauge 2017 |
|---|---|
| License | MIT |
| Maintainer | kalhuage@cs.ucla.edu |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.JVM.Attribute.ConstantValue
Description
Based on the ConstantValue, as documented here.
Synopsis
- data ConstantValue r = ConstantValue {
- constantValue :: !(Ref JValue r)
Documentation
data ConstantValue r Source #
A constant value is just a index into the constant pool.
Constructors
| ConstantValue | |
Fields
| |