| java.lang.Object edu.rice.cs.drjava.model.StaticDocumentRegion
StaticDocumentRegion | public class StaticDocumentRegion implements DocumentRegion(Code) | | Class for a document region that remains static all the time and does not respond to changes in the document.
version: $Id$Region |
_endOffset | final protected int _endOffset(Code) | | |
_startOffset | final protected int _startOffset(Code) | | |
equals | public boolean equals(Object other)(Code) | | true if the specified region is equal to this one. |
getEndOffset | public int getEndOffset()(Code) | | the end offset |
getStartOffset | public int getStartOffset()(Code) | | the start offset |
getString | public String getString()(Code) | | the string it was assigned |
|
|