public class AnnexParseResultImpl extends java.lang.Object implements AnnexParseResult
Constructor and Description |
---|
AnnexParseResultImpl(org.eclipse.xtext.parser.IParseResult parseResult,
int annexOffset) |
Modifier and Type | Method and Description |
---|---|
int |
getAnnexOffset()
retrieves the offset of teh annex text from the beginning of the file
|
org.eclipse.xtext.parser.IParseResult |
getParseResult()
Retrieves the ParseResult object for the Annex
|
org.eclipse.emf.common.notify.Notifier |
getTarget() |
boolean |
isAdapterForType(java.lang.Object type) |
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification) |
void |
setTarget(org.eclipse.emf.common.notify.Notifier newTarget) |
public AnnexParseResultImpl(org.eclipse.xtext.parser.IParseResult parseResult, int annexOffset)
public org.eclipse.xtext.parser.IParseResult getParseResult()
AnnexParseResult
getParseResult
in interface AnnexParseResult
public int getAnnexOffset()
AnnexParseResult
getAnnexOffset
in interface AnnexParseResult
public void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
notifyChanged
in interface org.eclipse.emf.common.notify.Adapter
public org.eclipse.emf.common.notify.Notifier getTarget()
getTarget
in interface org.eclipse.emf.common.notify.Adapter
public void setTarget(org.eclipse.emf.common.notify.Notifier newTarget)
setTarget
in interface org.eclipse.emf.common.notify.Adapter
public boolean isAdapterForType(java.lang.Object type)
isAdapterForType
in interface org.eclipse.emf.common.notify.Adapter