frysk.gui.srcwin
Class SourceBuffer.CommentList

java.lang.Object
  extended by frysk.gui.srcwin.SourceBuffer.CommentList
Enclosing class:
SourceBuffer

static class SourceBuffer.CommentList
extends Object


Field Summary
private  int endCol
           
private  int endLine
           
private  SourceBuffer.CommentList nextComment
           
private  int startCol
           
private  int startLine
           
 
Constructor Summary
SourceBuffer.CommentList(int startLine, int startCol, int endLine, int endCol)
           
 
Method Summary
 int getEndCol()
           
 int getEndLine()
           
 SourceBuffer.CommentList getNextComment()
           
 int getStartCol()
           
 int getStartLine()
           
 void setNextComment(SourceBuffer.CommentList nextComment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startLine

private int startLine

endLine

private int endLine

startCol

private int startCol

endCol

private int endCol

nextComment

private SourceBuffer.CommentList nextComment
Constructor Detail

SourceBuffer.CommentList

public SourceBuffer.CommentList(int startLine,
                                int startCol,
                                int endLine,
                                int endCol)
Method Detail

getNextComment

public SourceBuffer.CommentList getNextComment()

setNextComment

public void setNextComment(SourceBuffer.CommentList nextComment)

getEndCol

public int getEndCol()

getEndLine

public int getEndLine()

getStartCol

public int getStartCol()

getStartLine

public int getStartLine()