C# Class Reko.Environments.SysV.M68kProcedureSerializer

Inheritance: Reko.Core.Serialization.ProcedureSerializer
Show file Open project: uxmal/reko

Public Methods

Method Description
Deserialize ( SerializedSignature ss, Frame frame ) : FunctionType
DeserializeArgument ( Reko.Core.Serialization.Argument_v1 sArg, int idx, string convention ) : Identifier
GetReturnRegister ( Reko.Core.Serialization.Argument_v1 sArg, int bitSize ) : Storage
M68kProcedureSerializer ( IProcessorArchitecture arch, ISerializedTypeVisitor typeLoader, string defaultConvention ) : Reko.Core.Serialization

Method Details

Deserialize() public method

public Deserialize ( SerializedSignature ss, Frame frame ) : FunctionType
ss SerializedSignature
frame Reko.Core.Frame
return FunctionType

DeserializeArgument() public method

public DeserializeArgument ( Reko.Core.Serialization.Argument_v1 sArg, int idx, string convention ) : Identifier
sArg Reko.Core.Serialization.Argument_v1
idx int
convention string
return Identifier

GetReturnRegister() public method

public GetReturnRegister ( Reko.Core.Serialization.Argument_v1 sArg, int bitSize ) : Storage
sArg Reko.Core.Serialization.Argument_v1
bitSize int
return Storage

M68kProcedureSerializer() public method

public M68kProcedureSerializer ( IProcessorArchitecture arch, ISerializedTypeVisitor typeLoader, string defaultConvention ) : Reko.Core.Serialization
arch IProcessorArchitecture
typeLoader ISerializedTypeVisitor
defaultConvention string
return Reko.Core.Serialization