org.sintef.mofscript.editor
Class MofScriptContentOutlinePage.DeclarationSegment

java.lang.Object
  extended by org.sintef.mofscript.editor.MofScriptContentOutlinePage.Segment
      extended by org.sintef.mofscript.editor.MofScriptContentOutlinePage.DeclarationSegment
Direct Known Subclasses:
MofScriptContentOutlinePage.ModuleSegment, MofScriptContentOutlinePage.RuleSegment
Enclosing class:
MofScriptContentOutlinePage

protected static class MofScriptContentOutlinePage.DeclarationSegment
extends MofScriptContentOutlinePage.Segment

A Declaration segment. It has variables


Field Summary
 java.util.List variables
           
 
Fields inherited from class org.sintef.mofscript.editor.MofScriptContentOutlinePage.Segment
name, position
 
Constructor Summary
MofScriptContentOutlinePage.DeclarationSegment()
           
MofScriptContentOutlinePage.DeclarationSegment(java.lang.String name, org.eclipse.jface.text.Position position)
           
 
Method Summary
 void clear()
           
 java.lang.Object[] getChildren()
           
 boolean 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
 

Field Detail

variables

public java.util.List variables
Constructor Detail

MofScriptContentOutlinePage.DeclarationSegment

public MofScriptContentOutlinePage.DeclarationSegment()

MofScriptContentOutlinePage.DeclarationSegment

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

clear

public void clear()
Overrides:
clear in class MofScriptContentOutlinePage.Segment

getChildren

public java.lang.Object[] getChildren()

hasChildren

public boolean hasChildren()