public class ActivationBreakpointHandler extends java.lang.Object implements ITransformationBreakpointHandler
| Constructor and Description |
|---|
ActivationBreakpointHandler(ActivationTrace trace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object item) |
ActivationTrace |
getTrace() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
boolean |
shouldBreak(Activation<?> a)
Checks if the given EVM rule activation matches the specified transformation breakpoint.
|
public ActivationBreakpointHandler(ActivationTrace trace)
public ActivationTrace getTrace()
public boolean shouldBreak(Activation<?> a)
shouldBreak in interface ITransformationBreakpointHandlerpublic boolean equals(java.lang.Object item)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setEnabled(boolean enabled)
setEnabled in interface ITransformationBreakpointHandlerpublic boolean isEnabled()
isEnabled in interface ITransformationBreakpointHandler