public class MethodSmartStepTarget extends SmartStepTarget
Constructor and Description |
---|
MethodSmartStepTarget(PsiMethod method,
java.lang.String label,
PsiElement highlightElement,
boolean needBreakpointRequest,
Range<java.lang.Integer> lines) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
javax.swing.Icon |
getIcon() |
PsiMethod |
getMethod() |
int |
getOrdinal() |
java.lang.String |
getPresentation() |
int |
hashCode() |
void |
setOrdinal(int ordinal) |
getCallingExpressionLines, getHighlightElement, getLabel, needsBreakpointRequest, setCallingExpressionLines, toString
public MethodSmartStepTarget(PsiMethod method, java.lang.String label, PsiElement highlightElement, boolean needBreakpointRequest, Range<java.lang.Integer> lines)
public PsiMethod getMethod()
public javax.swing.Icon getIcon()
getIcon
in class SmartStepTarget
public java.lang.String getPresentation()
getPresentation
in class SmartStepTarget
public int getOrdinal()
public void setOrdinal(int ordinal)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object