Hets - the Heterogeneous Tool Set
Copyright(c) Daniel Calegari Universidad de la Republica Uruguay 2013
LicenseGPLv2 or higher, see LICENSE.txt
Maintainerdcalegar@fing.edu.uy
Stabilityprovisional
Portabilityportable
Safe HaskellSafe

QVTR.Parser

Description

 

Documentation

pTransfHeader :: CharParser st (String, (String, String, Metamodel), (String, String, Metamodel)) Source #

pKeyDecl :: CharParser st Key Source #

pClassId :: CharParser st (String, String) Source #

pKeyProperty :: CharParser st PropKey Source #

pFullName :: CharParser st (String, String) Source #

pRelation :: CharParser st Relation Source #

pIsTop :: CharParser st Bool Source #

pVarDeclaration :: CharParser st [RelVar] Source #

pTypeCS :: CharParser st String Source #

pDomain :: CharParser st Domain Source #

pTemplate :: CharParser st ObjectTemplate Source #

pWhen :: CharParser st (Maybe WhenWhere) Source #

pWhere :: CharParser st (Maybe WhenWhere) Source #

pOCLWSemi :: CharParser st OCL Source #

pRelInvocation :: CharParser st RelInvok Source #

lineComment :: CharParser st String Source #

skip :: CharParser st () Source #

pChar :: CharParser st Char Source #

pKeyS :: String -> CharParser st String Source #

pKey :: String -> CharParser st () Source #

pColon :: CharParser st () Source #

pSymS :: String -> CharParser st String Source #

pSym :: String -> CharParser st () Source #

pComma :: CharParser st () Source #

pEqual :: CharParser st () Source #

pBetParent :: CharParser st a -> CharParser st a Source #

pBetBraces :: CharParser st a -> CharParser st a Source #

pCommaSep :: CharParser st a -> CharParser st [a] Source #

pSemiSep :: CharParser st a -> CharParser st [a] Source #

pColonSep :: CharParser st a -> CharParser st [a] Source #

pIdentifier :: CharParser st String Source #

pOCLExpression :: CharParser st OCL Source #

pUnop :: CharParser st OCL Source #

pEqualExpre :: CharParser st OCL Source #

pDuopAnd :: CharParser st OCL Source #

pDuopOr :: CharParser st OCL Source #

pOCLConst :: CharParser st OCL Source #

pOCLSTRING :: CharParser st STRING Source #

pStringConcat :: CharParser st STRING Source #

pOCLSingleSTRING :: CharParser st String Source #

pEverything :: CharParser st String Source #