frysk.gui.sessions
Class WatchDescription

java.lang.Object
  extended by frysk.gui.sessions.WatchDescription

public class WatchDescription
extends Object

The WatchDescription contains all of the information needed to recreate a Variable watch in Frysk.


Field Summary
private  int col
           
private  String filePath
           
private  int line
           
private  String text
           
private  String typeName
           
 
Constructor Summary
WatchDescription(String tName, String name, String fName, int lineNo, int colNo)
           
 
Method Summary
 int getCol()
           
 String getFilePath()
           
 int getLine()
           
 String getText()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeName

private String typeName

text

private String text

filePath

private String filePath

line

private int line

col

private int col
Constructor Detail

WatchDescription

public WatchDescription(String tName,
                        String name,
                        String fName,
                        int lineNo,
                        int colNo)
Method Detail

getCol

public int getCol()

getFilePath

public String getFilePath()

getLine

public int getLine()

getText

public String getText()

getTypeName

public String getTypeName()