Decls

class Decls(val interfaces: List<String>, val methods: List<MixinProbe.Member>, val fields: List<MixinProbe.Member>)

A class's declarations. Declared here, in a package the masking loader delegates, so both sides see one type and nothing has to be flattened to cross.

Constructors

Link copied to clipboard
constructor(interfaces: List<String>, methods: List<MixinProbe.Member>, fields: List<MixinProbe.Member>)

Properties

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