org.eclipse.mofscript.runtime
Class BlockOutputStream.UnprotectedFileBlock

java.lang.Object
  extended by org.eclipse.mofscript.runtime.BlockOutputStream.FileBlock
      extended by org.eclipse.mofscript.runtime.BlockOutputStream.UnprotectedFileBlock
Enclosing class:
BlockOutputStream

public class BlockOutputStream.UnprotectedFileBlock
extends BlockOutputStream.FileBlock


Constructor Summary
BlockOutputStream.UnprotectedFileBlock(java.lang.String id)
           
 
Method Summary
 void merge(BlockOutputStream.FileBlock otherBlock)
           
 
Methods inherited from class org.eclipse.mofscript.runtime.BlockOutputStream.FileBlock
get_endLine, get_startLine, getBlockStart, getLineCount, getMergeDiff, newBlock, position, set_endLine, set_startLine, setLineCount, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockOutputStream.UnprotectedFileBlock

public BlockOutputStream.UnprotectedFileBlock(java.lang.String id)
Method Detail

merge

public void merge(BlockOutputStream.FileBlock otherBlock)
Overrides:
merge in class BlockOutputStream.FileBlock