org.mod4j.dsl.service.xtext.parser.antlr
Class ServiceParser

java.lang.Object
  extended by org.eclipse.xtext.parser.AbstractParser<java.io.InputStream>
      extended by org.eclipse.xtext.parser.antlr.AbstractAntlrParser
          extended by org.mod4j.dsl.service.xtext.parser.antlr.ServiceParser
All Implemented Interfaces:
org.eclipse.xtext.parser.antlr.IAntlrParser, org.eclipse.xtext.parser.IParser

public class ServiceParser
extends org.eclipse.xtext.parser.antlr.AbstractAntlrParser


Field Summary
protected  org.eclipse.xtext.parser.antlr.ITokenDefProvider antlrTokenDefProvider
           
 
Constructor Summary
ServiceParser()
           
 
Method Summary
protected  java.lang.String getDefaultRuleName()
           
 ServiceGrammarAccess getGrammarAccess()
           
protected  org.eclipse.xtext.parser.IParseResult parse(java.lang.String ruleName, org.antlr.runtime.ANTLRInputStream in)
           
 void setGrammarAccess(ServiceGrammarAccess grammarAccess)
           
 
Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
createParseable, createParseable, doParse, doReparse, getElementFactory, isReparseSupported, parse, setElementFactory
 
Methods inherited from class org.eclipse.xtext.parser.AbstractParser
parse, reparse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.parser.IParser
parse, reparse
 

Field Detail

antlrTokenDefProvider

protected org.eclipse.xtext.parser.antlr.ITokenDefProvider antlrTokenDefProvider
Constructor Detail

ServiceParser

public ServiceParser()
Method Detail

parse

protected org.eclipse.xtext.parser.IParseResult parse(java.lang.String ruleName,
                                                      org.antlr.runtime.ANTLRInputStream in)
Specified by:
parse in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser

getDefaultRuleName

protected java.lang.String getDefaultRuleName()
Specified by:
getDefaultRuleName in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser

getGrammarAccess

public ServiceGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(ServiceGrammarAccess grammarAccess)


Copyright © 2010 Mod4j. All Rights Reserved.