org.eclipse.mofscript.editor.hyperlink
Class MofScriptImportedRegion

java.lang.Object
  extended by org.eclipse.jface.text.Region
      extended by 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)
           
 
Method Summary
 java.lang.String getRuleName()
           
 java.lang.String getUri()
           
 
Methods inherited from class org.eclipse.jface.text.Region
equals, getLength, getOffset, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MofScriptImportedRegion

public MofScriptImportedRegion(int offset,
                               int length,
                               java.lang.String uri,
                               java.lang.String ruleName)
Method Detail

getRuleName

public java.lang.String getRuleName()

getUri

public java.lang.String getUri()