| Copyright | (c) Christian Gram Kalhauge 2017 |
|---|---|
| License | MIT |
| Maintainer | kalhuage@cs.ucla.edu |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Language.JVM.Attribute.ConstantValue
Description
Based on the ConstantValue, as documented here.
- data ConstantValue = ConstantValue {}
Documentation
data ConstantValue Source #
A constant value is just a index into the constant pool.
Constructors
| ConstantValue | |
Fields | |
Instances
| Eq ConstantValue Source # | |
| Show ConstantValue Source # | |
| Generic ConstantValue Source # | |
| Binary ConstantValue Source # | |
| IsAttribute ConstantValue Source # |
|
| type Rep ConstantValue Source # | |