CostMethodInfo

data class CostMethodInfo(val method: Method, val instance: Any)

Information about a @Cost annotated method for invoking cost/value computations.

Constructors

Link copied to clipboard
constructor(method: Method, instance: Any)

Properties

Link copied to clipboard
Link copied to clipboard