public class AnnexSourceImpl extends java.lang.Object implements AnnexSource
Constructor and Description |
---|
AnnexSourceImpl(java.lang.String srcText,
int offset) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSourceText()
Retrieves the source text for the Annex
|
int |
getSourceTextOffset()
Returns the offset to the Annex source text
|
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 java.lang.String getSourceText()
AnnexSource
getSourceText
in interface AnnexSource
public int getSourceTextOffset()
AnnexSource
getSourceTextOffset
in interface AnnexSource
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