Class EolOperationDelegateContext
java.lang.Object
org.eclipse.epsilon.ecore.delegates.EpsilonDelegateContext<EolModule,Object>
org.eclipse.epsilon.ecore.delegates.EolOperationDelegateContext
- All Implemented Interfaces:
DelegateContext
public class EolOperationDelegateContext
extends EpsilonDelegateContext<EolModule,Object>
implements DelegateContext
A context for EOL operations.
- Since:
- 2.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.epsilon.ecore.delegates.DelegateContext
DelegateContext.ContextFactory -
Field Summary
Fields inherited from class org.eclipse.epsilon.ecore.delegates.EpsilonDelegateContext
module, uri -
Constructor Summary
ConstructorsConstructorDescriptionEolOperationDelegateContext(DelegateUri delegateURI, org.eclipse.emf.ecore.EPackage ePackage, DelegateResourceAdapter delegateRA) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected EolLexercreateLexer(org.antlr.runtime.ANTLRInputStream inputStream) protected EpsilonParsercreateParser(org.antlr.runtime.TokenStream stream) protected voidpreParse()protected EolOperationprogram()protected EolOperationprogram(List<ParseProblem> parseProblems) Methods inherited from class org.eclipse.epsilon.ecore.delegates.EpsilonDelegateContext
dispose, parse, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.epsilon.ecore.delegates.DelegateContext
dispose
-
Constructor Details
-
EolOperationDelegateContext
public EolOperationDelegateContext(DelegateUri delegateURI, org.eclipse.emf.ecore.EPackage ePackage, DelegateResourceAdapter delegateRA)
-
-
Method Details
-
program
- Specified by:
programin classEpsilonDelegateContext<EolModule,Object>
-
createParser
- Specified by:
createParserin classEpsilonDelegateContext<EolModule,Object>
-
createLexer
- Specified by:
createLexerin classEpsilonDelegateContext<EolModule,Object> - Throws:
IOException
-
preParse
protected void preParse()- Specified by:
preParsein classEpsilonDelegateContext<EolModule,Object>
-
createAst
- Specified by:
createAstin classEpsilonDelegateContext<EolModule,Object>
-
program
- Specified by:
programin classEpsilonDelegateContext<EolModule,Object>
-