hs-java-0.4.1: Java .class files assembler/disassembler
Java.META.Spec
class MetaSpec s where Source #
Minimal complete definition
loadFirstSection, storeMeta
Methods
loadFirstSection :: Section -> s Source #
loadOtherSection :: s -> Section -> s Source #
storeMeta :: s -> META Source #
Defined in Java.META
loadFirstSection :: Section -> Manifest Source #
loadOtherSection :: Manifest -> Section -> Manifest Source #
storeMeta :: Manifest -> META Source #
loadSpec :: MetaSpec s => META -> s Source #
lookupList :: String -> Maybe String -> [(String, String)] Source #
bool2string :: Bool -> String Source #
string2bool :: String -> Bool Source #