io.sarl.lang.compiler
Class SarlPartialParserHelper
All Superinterfaces:
org.eclipse.xtext.parser.antlr.IPartialParsingHelper
class SarlPartialParserHelper
extends java.lang.Object
A customized partial parsing helper that falls eagerly back to a full parse as soon as the new token sequence would be different from the old one. This approach allows to benefit from partial parsing whenever a token content is edited (e.g. the content of a comment, identifier or string literal) while not producing bogus lookahead information.

Mostly copied and refactored from the default implementation.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.9
Constructor Summary
Constructor and description
new
Constructor Details
new
new