Method | Description | |
---|---|---|
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 |
public PseudoProcedure ( string name, DataType returnType, int arity ) : System | ||
name | string | |
returnType | DataType | |
arity | int | |
return | System |
public PseudoProcedure ( string name, FunctionType sig ) : System | ||
name | string | |
sig | FunctionType | |
return | System |