org.mod4j.dsl.service.xtext.parser
Class GenParser
java.lang.Object
org.openarchitectureware.xtext.parser.impl.AbstractXtextParser
org.mod4j.dsl.service.xtext.parser.GenParser
- All Implemented Interfaces:
- org.openarchitectureware.xtext.parser.IXtextParser
- Direct Known Subclasses:
- XtextParser
public abstract class GenParser
- extends org.openarchitectureware.xtext.parser.impl.AbstractXtextParser
- implements org.openarchitectureware.xtext.parser.IXtextParser
| Fields inherited from class org.openarchitectureware.xtext.parser.impl.AbstractXtextParser |
internalErrors, result |
|
Constructor Summary |
GenParser(java.io.InputStream in)
|
| Methods inherited from class org.openarchitectureware.xtext.parser.impl.AbstractXtextParser |
doLinking, getExecutionContext, handleError, invokeExtension, postLinking, preLinking |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openarchitectureware.xtext.parser.IXtextParser |
doLinking, postLinking, preLinking |
GenParser
public GenParser(java.io.InputStream in)
getLexer
public ServiceDslLexer getLexer()
getParser
public ServiceDslParser getParser()
getParseErrors
public java.util.List<org.openarchitectureware.xtext.parser.ErrorMsg> getParseErrors()
- Specified by:
getParseErrors in interface org.openarchitectureware.xtext.parser.IXtextParser
getRootNode
public org.openarchitectureware.xtext.parser.parsetree.Node getRootNode()
- Specified by:
getRootNode in interface org.openarchitectureware.xtext.parser.IXtextParser
internalPostLink
protected void internalPostLink()
- Specified by:
internalPostLink in class org.openarchitectureware.xtext.parser.impl.AbstractXtextParser
internalPreLink
protected void internalPreLink()
- Specified by:
internalPreLink in class org.openarchitectureware.xtext.parser.impl.AbstractXtextParser
internalLink
protected void internalLink()
- Specified by:
internalLink in class org.openarchitectureware.xtext.parser.impl.AbstractXtextParser
doCheck
public org.openarchitectureware.workflow.issues.Issues doCheck()
- Specified by:
doCheck in interface org.openarchitectureware.xtext.parser.IXtextParser
Copyright © 2009 Mod4j. All Rights Reserved.