org.eclipse.gmt.umlx.eqvtr.cst.parser
Class AbstractQVTrParser

java.lang.Object
  extended by org.eclipse.ocl.internal.parser.AbstractParser<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
      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.eqvtr.cst.parser.AbstractQVTrParserUtils
              extended by org.eclipse.gmt.umlx.eqvtr.cst.parser.AbstractQVTrParser
All Implemented Interfaces:
LexerErrorHandler, ParserErrorHandler
Direct Known Subclasses:
QVTrParser

public abstract class AbstractQVTrParser
extends AbstractQVTrParserUtils


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

Constructor Detail

AbstractQVTrParser

public AbstractQVTrParser(QVTrTopLevelEnvironment environment)