ua.gradsoft.javachecker.models
Class MethodMatchingConversions
java.lang.Object
ua.gradsoft.javachecker.models.MethodMatchingConversions
- All Implemented Interfaces:
- java.lang.Cloneable
public class MethodMatchingConversions
- extends java.lang.Object
- implements java.lang.Cloneable
Set of conversions.
- Author:
- RSSH
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodMatchingConversions
public MethodMatchingConversions()
MethodMatchingConversions
public MethodMatchingConversions(MethodMatchingConversions x)
assign
public void assign(MethodMatchingConversions x)
getSubstitution
public JavaTypeArgumentsSubstitution getSubstitution()
isVarArg
public boolean isVarArg()
setVarArg
public void setVarArg(boolean value)
getNBoxing
public int getNBoxing()
incrementNBoxing
public void incrementNBoxing()
getNUnboxing
public int getNUnboxing()
incrementNUnboxing
public void incrementNUnboxing()
getNNarrows
public int getNNarrows()
incrementNNarrows
public void incrementNNarrows()
getNRows
public int getNRows()
incrementNRows
public void incrementNRows()
getNSupers
public int getNSupers()
setNSupers
public void setNSupers(int nSupers)
incrementNSupers
public void incrementNSupers()
best
public static Pair<JavaMethodModel,MethodMatchingConversions> best(java.util.List<Pair<JavaMethodModel,MethodMatchingConversions>> candidates)
exactly
public boolean exactly()