BNFC-2.9.6.2: A compiler front-end generator.
Safe HaskellSafe-Inferred
LanguageHaskell2010

BNFC.Backend.Common.OOAbstract

Documentation

data CAbs Source #

Constructors

CAbs 

Fields

type CAbsRule = (Fun, [(String, Bool, String)]) Source #

allClasses :: CAbs -> [String] Source #

allNonClasses :: CAbs -> [String] Source #

basetypes :: [(String, String)] Source #

classVar :: String -> String Source #

pointerIf :: Bool -> String -> String Source #