org.eclipse.mofscript.editor
Class MofScriptContentOutlinePage.ModuleSegment

java.lang.Object
  extended by org.eclipse.mofscript.editor.MofScriptContentOutlinePage.Segment
      extended by org.eclipse.mofscript.editor.MofScriptContentOutlinePage.DeclarationSegment
          extended by org.eclipse.mofscript.editor.MofScriptContentOutlinePage.ModuleSegment
Enclosing class:
MofScriptContentOutlinePage

protected static class MofScriptContentOutlinePage.ModuleSegment
extends MofScriptContentOutlinePage.DeclarationSegment

A Module Segment. It reprents a transformation module Contains rule segmenents and imports


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

Field Detail

imports

public java.util.List imports

rules

public java.util.List rules
Constructor Detail

MofScriptContentOutlinePage.ModuleSegment

public MofScriptContentOutlinePage.ModuleSegment()

MofScriptContentOutlinePage.ModuleSegment

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

clear

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

toArray

public java.lang.Object[] toArray()

getChildren

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