public class DeserializationConversionContext extends Object
| Constructor and Description |
|---|
DeserializationConversionContext(XtextResource xr,
String completeContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
fillIdToEObjectMap(org.eclipse.emf.ecore.resource.Resource resource) |
String |
getCompleteContent() |
org.eclipse.emf.ecore.EObject |
getGrammarElement(int grammarId) |
org.eclipse.emf.ecore.EObject |
getSemanticObject(int id) |
boolean |
hasErrors() |
void |
setGrammarIdToURIMap(String[] grammarIdToURIMap) |
void |
setHasErrors(boolean hasErrors) |
public DeserializationConversionContext(XtextResource xr, String completeContent) throws IOException
IOExceptionpublic void setGrammarIdToURIMap(String[] grammarIdToURIMap)
public org.eclipse.emf.ecore.EObject getGrammarElement(int grammarId)
public void fillIdToEObjectMap(org.eclipse.emf.ecore.resource.Resource resource)
public org.eclipse.emf.ecore.EObject getSemanticObject(int id)
public void setHasErrors(boolean hasErrors)
public boolean hasErrors()
public String getCompleteContent()
Copyright © 2015. All Rights Reserved.