Package ca.ubc.stat.blang.jvmmodel
Class SingleBlangModelInferrer.ConstructorArgument
java.lang.Object
ca.ubc.stat.blang.jvmmodel.SingleBlangModelInferrer.ConstructorArgument
- Enclosing class:
- SingleBlangModelInferrer
@Data
public static class SingleBlangModelInferrer.ConstructorArgument
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ConstructorArgument(org.eclipse.xtext.common.types.JvmTypeReference deboxedType, boolean isParam)
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object obj)
org.eclipse.xtext.common.types.JvmTypeReference
getDeboxedType()
int
hashCode()
boolean
isParam()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ConstructorArgument
public ConstructorArgument(org.eclipse.xtext.common.types.JvmTypeReference deboxedType, boolean isParam)
-
-
Method Details
-
hashCode
@Pure public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
@Pure public boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-
toString
@Pure public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getDeboxedType
@Pure public org.eclipse.xtext.common.types.JvmTypeReference getDeboxedType() -
isParam
@Pure public boolean isParam()
-