public static class Method.DecodedMethod extends Method.DecodeMethodInput
Modifier and Type | Field and Description |
---|---|
Types.ConstructorDef |
argsDef |
Modules.FunctionMetadata |
meta |
args, callIndex
Constructor and Description |
---|
DecodedMethod(java.lang.Object args,
Method.MethodIndex callIndex,
Types.ConstructorDef argsDef,
Modules.FunctionMetadata meta) |
Modifier and Type | Method and Description |
---|---|
Types.ConstructorDef |
getArgsDef() |
Modules.FunctionMetadata |
getMeta() |
getArgs, getCallIndex
public Types.ConstructorDef argsDef
public Modules.FunctionMetadata meta
public DecodedMethod(java.lang.Object args, Method.MethodIndex callIndex, Types.ConstructorDef argsDef, Modules.FunctionMetadata meta)
public Types.ConstructorDef getArgsDef()
public Modules.FunctionMetadata getMeta()