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, toStringpublic 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 SmartStepTargetpublic java.lang.String getPresentation()
getPresentation in class SmartStepTargetpublic int getOrdinal()
public void setOrdinal(int ordinal)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object