C# Class BAD.Parser

Datei anzeigen Open project: simonwittber/uBAD

Public Methods

Method Description
Parse ( GameObject go, string code ) : Branch

Private Methods

Method Description
Atomize ( string token ) : object
DebugLog ( object msg ) : void
GuessTypeName ( string token ) : string

Method Details

Parse() public static method

public static Parse ( GameObject go, string code ) : Branch
go GameObject
code string
return Branch