jTracer  1.03
Stack trace visualization tool
boolean org.libcsdbg.jtracer.Alert.getReply ( )

Get the user reply.

Returns
this.reply

Definition at line 150 of file Alert.java.

References org.libcsdbg.jtracer.Alert.reply.

151  {
152  return reply;
153  }
boolean reply
The user reply.
Definition: Alert.java:44