| 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
- newtype ConstantValue r = ConstantValue {
- constantValue :: Ref JValue r
Documentation
newtype ConstantValue r Source #
A constant value is just a index into the constant pool.
Constructors
| ConstantValue | |
Fields
| |