Eclipse CDT
7.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)
           
 java.lang.String getExpression()
          Returns the condition expression.
 int getIgnoreCount()
          Returns the ignore count of this condition.
 java.lang.String[] getThreadIds()
          Returns the thread Ids for this condition.
 

Method Detail

getExpression

java.lang.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

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

Returns:
the thread Ids for this condition.

equals

boolean equals(ICDICondition cond)

Eclipse CDT
7.0

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