PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi
Interface IPDICondition


public interface IPDICondition

Represents a breakpoint condition


Method Summary
 boolean equals(IPDICondition condition)
          Determines whether both conditions are the same
 String getExpression()
          Returns the condition expression
 int getIgnoreCount()
          Returns the ignore count of this condition
 String[] getThreadIds()
          Return the string array of thread ids of 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()
Return the string array of thread ids of this condition

Returns:
the string array of thread ids of this condition

equals

boolean equals(IPDICondition condition)
Determines whether both conditions are the same

Parameters:
condition - another condition to be compared
Returns:
true if both conditions are the same

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.