Copyright | (c) Daniel Calegari Universidad de la Republica Uruguay 2013 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | dcalegar@fing.edu.uy |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Documentation
pTransformation :: CharParser st Transformation Source #
pTransfHeader :: CharParser st (String, (String, String, Metamodel), (String, String, Metamodel)) Source #
pKeyProperty :: CharParser st PropKey Source #
pVarDeclaration :: CharParser st [RelVar] Source #
pPrimitiveTypeDomain :: CharParser st PrimitiveDomain Source #
pTemplate :: CharParser st ObjectTemplate Source #
pPropertyTemplateList :: CharParser st [PropertyTemplate] Source #
pPropertyTemplate :: CharParser st PropertyTemplate Source #
pRelInvocation :: CharParser st RelInvok Source #
lineComment :: CharParser st String Source #
pBetParent :: CharParser st a -> CharParser st a Source #
pBetBraces :: CharParser st a -> CharParser st a Source #
pIdentifier :: CharParser st String Source #
pOCLExpression :: CharParser st OCL Source #
pEqualExpre :: CharParser st OCL Source #
pOCLSTRING :: CharParser st STRING Source #
pStringConcat :: CharParser st STRING Source #
pOCLSingleSTRING :: CharParser st String Source #
pEverything :: CharParser st String Source #