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 void
protected EolLexer
createLexer
(org.antlr.runtime.ANTLRInputStream inputStream) protected EpsilonParser
createParser
(org.antlr.runtime.TokenStream stream) protected void
preParse()
protected EolOperation
program()
protected EolOperation
program
(List<ParseProblem> parseProblems) Methods inherited from class org.eclipse.epsilon.ecore.delegates.EpsilonDelegateContext
dispose, parse, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
program
in classEpsilonDelegateContext<EolModule,
Object>
-
createParser
- Specified by:
createParser
in classEpsilonDelegateContext<EolModule,
Object>
-
createLexer
- Specified by:
createLexer
in classEpsilonDelegateContext<EolModule,
Object> - Throws:
IOException
-
preParse
protected void preParse()- Specified by:
preParse
in classEpsilonDelegateContext<EolModule,
Object>
-
createAst
- Specified by:
createAst
in classEpsilonDelegateContext<EolModule,
Object>
-
program
- Specified by:
program
in classEpsilonDelegateContext<EolModule,
Object>
-