C# Class Nethereum.EVM.Program

Mostra file Open project: Nethereum/Nethereum

Public Methods

Method Description
GetCurrentInstruction ( ) : byte
Program ( byte instructions ) : System
SetInstrunctionIndex ( int index ) : void
StackPop ( ) : byte[]
StackPush ( byte stackWord ) : void
Step ( ) : void
Step ( int steps ) : void
Stop ( ) : void
Sweep ( int number ) : byte[]
VerifyStackOverflow ( int args, int returns ) : void

Private Methods

Method Description
ThrowWhenPushStackOverflows ( ) : void

Method Details

GetCurrentInstruction() public method

public GetCurrentInstruction ( ) : byte
return byte

Program() public method

public Program ( byte instructions ) : System
instructions byte
return System

SetInstrunctionIndex() public method

public SetInstrunctionIndex ( int index ) : void
index int
return void

StackPop() public method

public StackPop ( ) : byte[]
return byte[]

StackPush() public method

public StackPush ( byte stackWord ) : void
stackWord byte
return void

Step() public method

public Step ( ) : void
return void

Step() public method

public Step ( int steps ) : void
steps int
return void

Stop() public method

public Stop ( ) : void
return void

Sweep() public method

public Sweep ( int number ) : byte[]
number int
return byte[]

VerifyStackOverflow() public method

public VerifyStackOverflow ( int args, int returns ) : void
args int
returns int
return void