@Data
public static class SingleBlangModelInferrer.ConstructorArgument
extends java.lang.Object
Constructor and Description |
---|
ConstructorArgument(org.eclipse.xtext.common.types.JvmTypeReference deboxedType,
boolean isParam) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.eclipse.xtext.common.types.JvmTypeReference |
getDeboxedType() |
int |
hashCode() |
boolean |
isParam() |
java.lang.String |
toString() |
public ConstructorArgument(org.eclipse.xtext.common.types.JvmTypeReference deboxedType, boolean isParam)
@Pure public int hashCode()
hashCode
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public org.eclipse.xtext.common.types.JvmTypeReference getDeboxedType()
@Pure public boolean isParam()