org.eclipse.cdt.debug.internal.ui.elements.adapters
Class CWatchExpressionFactoryAdapter

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.elements.adapters.CWatchExpressionFactoryAdapter

public class CWatchExpressionFactoryAdapter
extends java.lang.Object


Constructor Summary
CWatchExpressionFactoryAdapter()
           
 
Method Summary
 boolean canCreateWatchExpression(org.eclipse.debug.core.model.IVariable variable)
           
 java.lang.String createWatchExpression(org.eclipse.debug.core.model.IVariable variable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CWatchExpressionFactoryAdapter

public CWatchExpressionFactoryAdapter()
Method Detail

canCreateWatchExpression

public boolean canCreateWatchExpression(org.eclipse.debug.core.model.IVariable variable)

createWatchExpression

public java.lang.String createWatchExpression(org.eclipse.debug.core.model.IVariable variable)
                                       throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException