C# Class FyreVM.Engine.BranchStrNode

Inheritance: StrNode
Afficher le fichier Open project: ChicagoDave/Zifmia

Méthodes publiques

Méthode Description
BranchStrNode ( StrNode left, StrNode right ) : System
GetHandlingNode ( Engine e ) : StrNode
HandleNextChar ( Engine e ) : void

Method Details

BranchStrNode() public méthode

public BranchStrNode ( StrNode left, StrNode right ) : System
left StrNode
right StrNode
Résultat System

GetHandlingNode() public méthode

public GetHandlingNode ( Engine e ) : StrNode
e Engine
Résultat StrNode

HandleNextChar() public méthode

public HandleNextChar ( Engine e ) : void
e Engine
Résultat void