frysk.rt
Class SourceBreakpoint.State

java.lang.Object
  extended by frysk.rt.SourceBreakpoint.State
Enclosing class:
SourceBreakpoint

public static class SourceBreakpoint.State
extends Object


Field Summary
private  String name
           
 
Constructor Summary
SourceBreakpoint.State(String name)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private String name
Constructor Detail

SourceBreakpoint.State

SourceBreakpoint.State(String name)
Method Detail

toString

public String toString()
Overrides:
toString in class Object