C# Class FyreVM.Engine.StringStrNode

Inheritance: StrNode
Mostra file Open project: ChicagoDave/Zifmia

Public Methods

Method Description
HandleNextChar ( Engine e ) : void
StringStrNode ( uint address, ExecutionMode mode, string str ) : System
ToString ( ) : string

Method Details

HandleNextChar() public method

public HandleNextChar ( Engine e ) : void
e Engine
return void

StringStrNode() public method

public StringStrNode ( uint address, ExecutionMode mode, string str ) : System
address uint
mode ExecutionMode
str string
return System

ToString() public method

public ToString ( ) : string
return string