sofya.mutator.selectors
Class MethodMutationSelector.TypeSignature

java.lang.Object
  extended by sofya.mutator.selectors.MethodMutationSelector.TypeSignature
Enclosing class:
MethodMutationSelector

protected static class MethodMutationSelector.TypeSignature
extends java.lang.Object

Data class that records signature information about a selected method.


Field Summary
 java.lang.String argumentTypes
          Argument types of the selected method.
 java.lang.String returnType
          Return type of the selected method.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argumentTypes

public final java.lang.String argumentTypes
Argument types of the selected method.


returnType

public final java.lang.String returnType
Return type of the selected method.