Method

data class Method(val owner: String, val name: String, val arguments: LinkedHashMap<Int, String>, val locals: SortedMap<Int, String>)

Constructors

Link copied to clipboard
constructor(owner: String, name: String, arguments: LinkedHashMap<Int, String>, locals: SortedMap<Int, String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard