org.sintef.mofscript.editor
Class MofScriptContentOutlinePage.RuleSegment

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

protected static class MofScriptContentOutlinePage.RuleSegment
extends MofScriptContentOutlinePage.DeclarationSegment

A Rule segmener


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

Constructor Detail

MofScriptContentOutlinePage.RuleSegment

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

getChildren

public java.lang.Object[] getChildren()
Overrides:
getChildren in class MofScriptContentOutlinePage.DeclarationSegment