org.sintef.mofscript.editor
Class MofScriptContentOutlinePage.Segment
java.lang.Object
org.sintef.mofscript.editor.MofScriptContentOutlinePage.Segment
- Direct Known Subclasses:
- MofScriptContentOutlinePage.DeclarationSegment, MofScriptContentOutlinePage.PropertySegment
- Enclosing class:
- MofScriptContentOutlinePage
protected static class MofScriptContentOutlinePage.Segment
- extends java.lang.Object
A segment element.
Field Summary |
java.lang.String |
name
|
org.eclipse.jface.text.Position |
position
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
position
public org.eclipse.jface.text.Position position
MofScriptContentOutlinePage.Segment
public MofScriptContentOutlinePage.Segment()
MofScriptContentOutlinePage.Segment
public MofScriptContentOutlinePage.Segment(java.lang.String name,
org.eclipse.jface.text.Position position)
- Parameters:
name
- position
-
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
clear
public void clear()