jvm-binary-0.0.2: A library for reading Java class-files

Copyright(c) Christian Gram Kalhauge 2017
LicenseMIT
Maintainerkalhuage@cs.ucla.edu
Safe HaskellSafe
LanguageHaskell2010

Language.JVM.AccessFlag

Description

Contains the AccessFlags used in the different modules.

Synopsis

Documentation

mflags :: [(Int, MAccessFlag)] Source #

The Enumish mapping of the MAccessFlag

fflags :: [(Int, FAccessFlag)] Source #

The Enumish mapping of the FAccessFlag

cflags :: [(Int, CAccessFlag)] Source #

The Enumish mapping of the CAccessFlag