com.st.p2012.mind.adl.parser.ADLParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mindoc Show documentation
Show all versions of mindoc Show documentation
Document generator for MIND
The newest version!
/**
\file com/st/p2012/mind/parser/ADLParser.java
\brief An adl parser component using the JTBProcessor extension for adding documentation
comments in semantic AST nodes.
\n
This file is part of the Platform 2012 program,
a cooperation between STMicroelectronics and CEA.\n
Redistribution of this file to outside parties is
strictly prohibited without the written consent
of the module owner indicated below.\n
\par Module owner: [email protected]
\par Copyright (C) 2009 STMicroelectronics
\par Authors: [email protected]
\par Id: $Id$
\par Date: $Date$
\par Revision: $Rev$
*/
package com.st.p2012.mind.adl.parser;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.Map;
import org.objectweb.fractal.adl.ADLErrors;
import org.objectweb.fractal.adl.ADLException;
import org.objectweb.fractal.adl.Definition;
import org.objectweb.fractal.adl.error.BasicErrorLocator;
import org.objectweb.fractal.adl.error.ErrorLocator;
import org.objectweb.fractal.mind.InputResourcesHelper;
import org.objectweb.fractal.mind.adl.jtb.ParseException;
import org.objectweb.fractal.mind.adl.jtb.Parser;
import org.objectweb.fractal.mind.adl.jtb.syntaxtree.ADLFile;
public class ADLParser extends org.objectweb.fractal.mind.adl.parser.ADLParser {
// --------------------------------------------------------------------------
// -
// Implementation of the Loader interface
// --------------------------------------------------------------------------
// -
@Override
public Definition load(final String name, final Map