C# 클래스 Reko.Core.PseudoProcedure

Represents predefined functions or processor instructions that don't have a C/C++ equivalent (like rotate operations).
상속: Reko.Core.ProcedureBase
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 메소드들

메소드 설명
PseudoProcedure ( string name, DataType returnType, int arity ) : System

Use this constructor for pseudoprocedures that model operators that may have parameters of varying sizes.

E.g. the rotate pseudoprocedures.

PseudoProcedure ( string name, FunctionType sig ) : System
ToString ( ) : string

메소드 상세

PseudoProcedure() 공개 메소드

Use this constructor for pseudoprocedures that model operators that may have parameters of varying sizes.
E.g. the rotate pseudoprocedures.
public PseudoProcedure ( string name, DataType returnType, int arity ) : System
name string
returnType DataType
arity int
리턴 System

PseudoProcedure() 공개 메소드

public PseudoProcedure ( string name, FunctionType sig ) : System
name string
sig FunctionType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string