Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Interface ICDICondition


public interface ICDICondition

Represents a break condition.

Since:
Jul 9, 2002

Method Summary
 boolean equals(ICDICondition cond)
           
 String getExpression()
          Returns the condition expression.
 int getIgnoreCount()
          Returns the ignore count of this condition.
 String[] getThreadIds()
          Returns the thread Ids for this condition.
 

Method Detail

getExpression

String getExpression()
Returns the condition expression.

Returns:
the condition expression

getIgnoreCount

int getIgnoreCount()
Returns the ignore count of this condition.

Returns:
the ignore count of this condition

getThreadIds

String[] getThreadIds()
Returns the thread Ids for this condition.

Returns:
the thread Ids for this condition.

equals

boolean equals(ICDICondition cond)

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.