| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
JVM.Data.Abstract.ClassFile.Field
Documentation
data ClassFileField Source #
Constructors
| ClassFileField | |
Fields
| |
Instances
| Show ClassFileField Source # | |
Defined in JVM.Data.Abstract.ClassFile.Field Methods showsPrec :: Int -> ClassFileField -> ShowS # show :: ClassFileField -> String # showList :: [ClassFileField] -> ShowS # | |
| Pretty ClassFileField Source # | |
Defined in JVM.Data.Abstract.ClassFile.Field Methods pretty :: ClassFileField -> Doc ann Source # prettyList :: [ClassFileField] -> Doc ann Source # | |
data FieldAttribute Source #
Constructors
| ConstantValue ConstantValue | |
| Synthetic |
Instances
| Show FieldAttribute Source # | |
Defined in JVM.Data.Abstract.ClassFile.Field Methods showsPrec :: Int -> FieldAttribute -> ShowS # show :: FieldAttribute -> String # showList :: [FieldAttribute] -> ShowS # | |
| Pretty FieldAttribute Source # | |
Defined in JVM.Data.Abstract.ClassFile.Field Methods pretty :: FieldAttribute -> Doc ann Source # prettyList :: [FieldAttribute] -> Doc ann Source # | |
data ConstantValue Source #
Constructors
| ConstantLong JVMLong | |
| ConstantFloat JVMFloat | |
| ConstantDouble JVMDouble | |
| ConstantInteger JVMInt | |
| ConstantString JVMString |
Instances
| Show ConstantValue Source # | |
Defined in JVM.Data.Abstract.ClassFile.Field Methods showsPrec :: Int -> ConstantValue -> ShowS # show :: ConstantValue -> String # showList :: [ConstantValue] -> ShowS # | |
| Pretty ConstantValue Source # | |
Defined in JVM.Data.Abstract.ClassFile.Field | |