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
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)
|
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 |
varLine
int varLine
MofScriptImportedRegion
public MofScriptImportedRegion(int offset,
int length,
java.lang.String uri,
java.lang.String ruleName,
boolean isRule,
int varLine)
getRuleName
public java.lang.String getRuleName()
getUri
public java.lang.String getUri()
isRule
public boolean isRule()
getVarLine
public int getVarLine()