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


Field Summary
(package private)  int varLine
           
 
Constructor Summary
MofScriptImportedRegion(int offset, int length, java.lang.String uri, java.lang.String ruleName, boolean isRule, int varLine)
           
 
Method Summary
 java.lang.String getRuleName()
           
 java.lang.String getUri()
           
 int getVarLine()
           
 boolean isRule()
           
 
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
 

Field Detail

varLine

int varLine
Constructor Detail

MofScriptImportedRegion

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

getRuleName

public java.lang.String getRuleName()

getUri

public java.lang.String getUri()

isRule

public boolean isRule()

getVarLine

public int getVarLine()