Skip to main content



      Home
Home » Modeling » TMF (Xtext) » How to disable partial parsing in xtext?(How to disable partial parsing in xtext?)
How to disable partial parsing in xtext? [message #1726193] Thu, 10 March 2016 08:14 Go to next message
Eclipse UserFriend
I need to avoid calling this class PartialParsingHelper
Re: How to disable partial parsing in xtext? [message #1726194 is a reply to message #1726193] Thu, 10 March 2016 08:39 Go to previous message
Eclipse UserFriend
hi if you dont partial parse you will full parse right ?!?

class MyDslRuntimeModule extends AbstractMyDslRuntimeModule {
	
	override bindIPartialParserHelper() {
		return null;
	}
	
}
Previous Topic:Embedding Xtext Editors in Forms
Next Topic:Creating method parameter "Class" instead "Class<?>"
Goto Forum:
  


Current Time: Tue Jul 15 06:03:59 EDT 2025

Powered by FUDForum. Page generated in 0.04641 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top