org.sintef.mofscript.editor
Class MofScriptContentOutlinePage.PropertySegment

java.lang.Object
  extended by org.sintef.mofscript.editor.MofScriptContentOutlinePage.Segment
      extended by org.sintef.mofscript.editor.MofScriptContentOutlinePage.PropertySegment
Enclosing class:
MofScriptContentOutlinePage

protected static class MofScriptContentOutlinePage.PropertySegment
extends MofScriptContentOutlinePage.Segment

A property segment

Author:
jol

Field Summary
 MofScriptContentOutlinePage.DeclarationSegment owner
           
 
Fields inherited from class org.sintef.mofscript.editor.MofScriptContentOutlinePage.Segment
name, position
 
Constructor Summary
MofScriptContentOutlinePage.PropertySegment(java.lang.String name, org.eclipse.jface.text.Position position)
           
 
Method Summary
 
Methods inherited from class org.sintef.mofscript.editor.MofScriptContentOutlinePage.Segment
clear, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

owner

public MofScriptContentOutlinePage.DeclarationSegment owner
Constructor Detail

MofScriptContentOutlinePage.PropertySegment

public MofScriptContentOutlinePage.PropertySegment(java.lang.String name,
                                                   org.eclipse.jface.text.Position position)