C# Class Reko.Environments.SysV.M68kProcedureSerializer

Inheritance: Reko.Core.Serialization.ProcedureSerializer
Afficher le fichier Open project: uxmal/reko

Méthodes publiques

Méthode 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 méthode

public Deserialize ( SerializedSignature ss, Frame frame ) : FunctionType
ss SerializedSignature
frame Reko.Core.Frame
Résultat FunctionType

DeserializeArgument() public méthode

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

GetReturnRegister() public méthode

public GetReturnRegister ( Reko.Core.Serialization.Argument_v1 sArg, int bitSize ) : Storage
sArg Reko.Core.Serialization.Argument_v1
bitSize int
Résultat Storage

M68kProcedureSerializer() public méthode

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