public static class DuplicatesFinder.Parameter
extends java.lang.Object
Constructor and Description |
---|
Parameter(PsiVariable variable,
PsiType type) |
Parameter(PsiVariable variable,
PsiType type,
boolean folded) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
PsiType |
getType() |
PsiVariable |
getVariable() |
int |
hashCode() |
boolean |
isFolded() |
java.lang.String |
toString() |
public Parameter(PsiVariable variable, PsiType type)
public Parameter(PsiVariable variable, PsiType type, boolean folded)
public PsiVariable getVariable()
public PsiType getType()
public boolean isFolded()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object