org.eclipse.gmt.umlx.eqvtc.cst.parser
Class AbstractQVTcParser

java.lang.Object
  extended by org.eclipse.ocl.internal.parser.AbstractParser
      extended by org.eclipse.ocl.internal.parser.AbstractOCLParser<org.eclipse.emf.ecore.EPackage,org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation,org.eclipse.emf.ecore.EStructuralFeature,org.eclipse.emf.ecore.EEnumLiteral,org.eclipse.emf.ecore.EParameter,org.eclipse.emf.ecore.EObject,org.eclipse.ocl.ecore.CallOperationAction,org.eclipse.ocl.ecore.SendSignalAction,org.eclipse.ocl.ecore.Constraint,org.eclipse.emf.ecore.EClass,org.eclipse.emf.ecore.EObject>
          extended by org.eclipse.gmt.umlx.eqvtc.cst.parser.AbstractQVTcParserUtils
              extended by org.eclipse.gmt.umlx.eqvtc.cst.parser.AbstractQVTcParser
All Implemented Interfaces:
LexerErrorHandler, ParserErrorHandler
Direct Known Subclasses:
QVTcParser

public abstract class AbstractQVTcParser
extends AbstractQVTcParserUtils


Field Summary
 
Fields inherited from class org.eclipse.ocl.internal.parser.AbstractOCLParser
errorMessages
 
Constructor Summary
AbstractQVTcParser(QVTcTopLevelEnvironment environment)
           
 
Method Summary
 
Methods inherited from class org.eclipse.gmt.umlx.eqvtc.cst.parser.AbstractQVTcParserUtils
setResolver
 
Methods inherited from class org.eclipse.ocl.internal.parser.AbstractOCLParser
isIdentifierOrKeyword
 
Methods inherited from class org.eclipse.ocl.internal.parser.AbstractParser
computeInputString, computeInputString, dumpTokens, ERROR, formatClass, formatEClassName, formatName, formatPath, formatPath, formatString, formatType, getCharOffset, getErrorHandler, getInputChars, getLexStream, getMonitor, getPrsStream, getTraceFlag, isCancelled, lexerError, parserError, setCharacterOffset, setErrorHandler, setFileName, setInputChars, setInputReader, setMonitor, setTab, setTraceFlag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractQVTcParser

public AbstractQVTcParser(QVTcTopLevelEnvironment environment)