org.eclipse.mofscript.editor.hyperlink
Class MofScriptImportedRegion
java.lang.Object
org.eclipse.jface.text.Region
org.eclipse.mofscript.editor.hyperlink.MofScriptImportedRegion
- All Implemented Interfaces:
- org.eclipse.jface.text.IRegion
public class MofScriptImportedRegion
- extends org.eclipse.jface.text.Region
Constructor Summary |
MofScriptImportedRegion(int offset,
int length,
java.lang.String uri,
java.lang.String ruleName)
|
Methods inherited from class org.eclipse.jface.text.Region |
equals, getLength, getOffset, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MofScriptImportedRegion
public MofScriptImportedRegion(int offset,
int length,
java.lang.String uri,
java.lang.String ruleName)
getRuleName
public java.lang.String getRuleName()
getUri
public java.lang.String getUri()