Record Class Methods.MthDesc<MR extends Types.BType,N extends Emitter.Next>

java.lang.Object
java.lang.Record
ghidra.pcode.emu.jit.gen.util.Methods.MthDesc<MR,N>
Type Parameters:
MR - the (machine) type returned by the method
N - the parameter types encoded as in Emitter where the top corresponds to the right-most parameter.
Record Components:
desc - the descriptor as a string, as in MethodVisitor.visitMethodInsn(int, String, String, String, boolean).
Enclosing interface:
Methods

public static record Methods.MthDesc<MR extends Types.BType,N extends Emitter.Next>(String desc) extends Record
A method descriptor