org.eclipse.cdt.debug.internal.ui.actions
Class WatchpointExpressionVerifier

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.actions.WatchpointExpressionVerifier

public class WatchpointExpressionVerifier
extends java.lang.Object

Enter type comment.

Since:
Sep 5, 2002

Constructor Summary
WatchpointExpressionVerifier()
           
 
Method Summary
 boolean isValidExpression(org.eclipse.jface.text.IDocument doc, java.lang.String expression)
          Returns whether the specified expression is valid for a watchpoint.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchpointExpressionVerifier

public WatchpointExpressionVerifier()
Method Detail

isValidExpression

public boolean isValidExpression(org.eclipse.jface.text.IDocument doc,
                                 java.lang.String expression)
Returns whether the specified expression is valid for a watchpoint.