Class PatchedLookAheadPreservingNodeModelBuilder
- java.lang.Object
-
- org.eclipse.xtext.nodemodel.impl.NodeModelBuilder
-
- org.eclipse.xsemantics.dsl.internal.parser.PatchedLookAheadPreservingNodeModelBuilder
-
public class PatchedLookAheadPreservingNodeModelBuilder extends org.eclipse.xtext.nodemodel.impl.NodeModelBuilderCopied fromLookAheadPreservingNodeModelBuilderadapted to fix the issue https://github.com/eclipse/xtext-xtend/issues/1067 and https://github.com/eclipse/xsemantics/issues/155- Author:
- Lorenzo Bettini
-
-
Constructor Summary
Constructors Constructor Description PatchedLookAheadPreservingNodeModelBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreplaceAndTransferLookAhead(org.eclipse.xtext.nodemodel.INode oldNode, org.eclipse.xtext.nodemodel.INode newRootNode)-
Methods inherited from class org.eclipse.xtext.nodemodel.impl.NodeModelBuilder
addChild, associateWithSemanticElement, checkValidNewChild, compressAndReturnParent, initializeFirstChildInvariant, newCompositeNode, newCompositeNodeAsParentOf, newLeafNode, newRootNode, replace, replaceByRootNode, replaceChildren, replaceWithoutChildren, setCompleteContent, setForcedFirstGrammarElement, setLookAhead, setSyntaxError
-
-