org.sintef.mofscript.editor
Class MofScriptContentOutlinePage.Segment

java.lang.Object
  extended by 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
           
 
Constructor Summary
MofScriptContentOutlinePage.Segment()
           
MofScriptContentOutlinePage.Segment(java.lang.String name, org.eclipse.jface.text.Position position)
           
 
Method Summary
 void clear()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

position

public org.eclipse.jface.text.Position position
Constructor Detail

MofScriptContentOutlinePage.Segment

public MofScriptContentOutlinePage.Segment()

MofScriptContentOutlinePage.Segment

public MofScriptContentOutlinePage.Segment(java.lang.String name,
                                           org.eclipse.jface.text.Position position)
Parameters:
name -
position -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clear

public void clear()