de.cau.cs.kieler.core.model.xtext.util
Class XtextModelingUtil

java.lang.Object
  extended by de.cau.cs.kieler.core.model.xtext.util.XtextModelingUtil

public final class XtextModelingUtil
extends Object

Utility class for Xtext modeling.

Rating red

Method Summary
static EObject getModelFromXtextEditor(org.eclipse.xtext.ui.editor.XtextEditor xtextEd)
          Get the model from a given xtext editor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getModelFromXtextEditor

public static EObject getModelFromXtextEditor(org.eclipse.xtext.ui.editor.XtextEditor xtextEd)
Get the model from a given xtext editor.

Parameters:
xtextEd - the editor
Returns:
the model