Class MethodDescriptor

java.lang.Object

public class MethodDescriptor extends MemberDescriptor
Represents a method. Its goal is to keep as minimal information as possible and track dependencies between them. The signature is in jsni format, including the return type and the parameter types.