Interface TypeStrategy
- All Known Subinterfaces:
StateTypeStrategy
Strategy for inferring a function call's result data type.
Note: Implementations should implement Object.hashCode() and Object.equals(Object).
- See Also:
-
TypeStrategies
-
Method Summary
-
Method Details
-
inferType
Infers a type from the given function call.
-