org.eclipse.xtext.parser
Class IParser.NullImpl

java.lang.Object
  extended by org.eclipse.xtext.parser.IParser.NullImpl
All Implemented Interfaces:
IParser
Enclosing interface:
IParser

public static class IParser.NullImpl
extends java.lang.Object
implements IParser


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.parser.IParser
IParser.NullImpl
 
Constructor Summary
IParser.NullImpl()
           
 
Method Summary
 IParseResult parse(ParserRule rule, java.io.Reader reader)
           
 IParseResult parse(java.io.Reader reader)
           
 IParseResult parse(RuleCall ruleCall, java.io.Reader reader, int initialLookAhead)
           
 IParseResult reparse(IParseResult previousParseResult, ReplaceRegion replaceRegion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IParser.NullImpl

public IParser.NullImpl()
Method Detail

parse

public IParseResult parse(java.io.Reader reader)
Specified by:
parse in interface IParser

parse

public IParseResult parse(ParserRule rule,
                          java.io.Reader reader)
Specified by:
parse in interface IParser

parse

public IParseResult parse(RuleCall ruleCall,
                          java.io.Reader reader,
                          int initialLookAhead)
Specified by:
parse in interface IParser

reparse

public IParseResult reparse(IParseResult previousParseResult,
                            ReplaceRegion replaceRegion)
Specified by:
reparse in interface IParser