Qtc.Scxml.QScxmlCompiler

Contents

Documentation

class QqScxmlCompiler x1 where #

Methods

qScxmlCompiler :: x1 -> IO (QScxmlCompiler ()) #

Instances
QqScxmlCompiler (QXmlStreamReader t1) # 
Instance details

Defined in Qtc.Scxml.QScxmlCompiler

QqScxmlCompiler (QScxmlCompiler t1) # 
Instance details

Defined in Qtc.Scxml.QScxmlCompiler

class QqScxmlCompiler_nf x1 where #

Methods

qScxmlCompiler_nf :: x1 -> IO (QScxmlCompiler ()) #

Orphan instances

Qloader (QScxmlCompiler a) () # 
Instance details

Methods

loader :: QScxmlCompiler a -> () -> IO (QScxmlCompiler_Loader ()) #

QsetFileName (QScxmlCompiler a) String # 
Instance details

Methods

setFileName :: QScxmlCompiler a -> String -> IO () #

QfileName (QScxmlCompiler a) () # 
Instance details

Methods

fileName :: QScxmlCompiler a -> () -> IO String #

Qerrors (QScxmlCompiler a) () (IO [QScxmlError ()]) # 
Instance details

Methods

errors :: QScxmlCompiler a -> () -> IO [QScxmlError ()] #

Qcompile (QScxmlCompiler a) () (IO (QScxmlStateMachine ())) # 
Instance details

Methods

compile :: QScxmlCompiler a -> () -> IO (QScxmlStateMachine ()) #

QsetLoader (QScxmlCompiler a) (QScxmlCompiler_Loader t1) # 
Instance details

Methods

setLoader :: QScxmlCompiler a -> QScxmlCompiler_Loader t1 -> IO () #