Class BslWatchExpressionFactoryAdapter
java.lang.Object
com._1c.g5.v8.dt.internal.debug.ui.variables.BslWatchExpressionFactoryAdapter
- All Implemented Interfaces:
org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapter
,org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapterExtension
public class BslWatchExpressionFactoryAdapter
extends Object
implements org.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapterExtension
IWatchExpressionFactoryAdapterExtension
implementation for BSL variables.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canCreateWatchExpression
(org.eclipse.debug.core.model.IVariable variable) createWatchExpression
(org.eclipse.debug.core.model.IVariable variable)
-
Constructor Details
-
BslWatchExpressionFactoryAdapter
public BslWatchExpressionFactoryAdapter()
-
-
Method Details
-
canCreateWatchExpression
public boolean canCreateWatchExpression(org.eclipse.debug.core.model.IVariable variable) - Specified by:
canCreateWatchExpression
in interfaceorg.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapterExtension
-
createWatchExpression
public String createWatchExpression(org.eclipse.debug.core.model.IVariable variable) throws org.eclipse.core.runtime.CoreException - Specified by:
createWatchExpression
in interfaceorg.eclipse.debug.ui.actions.IWatchExpressionFactoryAdapter
- Throws:
org.eclipse.core.runtime.CoreException
-