C# Class TrivialParser, monomac

Mostra file Open project: kangaroo/monomac Class Usage Examples

Public Methods

Method Description
AsMethod ( string msg ) : string
CleanSelector ( string selector ) : string
Main ( string args ) : void

Private Methods

Method Description
CleanDeclaration ( string line ) : string
MakeParameters ( string sig ) : string
MakeSelector ( string sig ) : string
ProcessDeclaration ( bool isProtocol, string line, bool is_optional ) : Declaration,
ProcessInterface ( string iface ) : void
ProcessProperty ( string line ) : void
ProcessProtocol ( string proto ) : void
RemapType ( string type ) : string
Run ( string args ) : void
TrivialParser ( ) : System

Method Details

AsMethod() public static method

public static AsMethod ( string msg ) : string
msg string
return string

CleanSelector() public static method

public static CleanSelector ( string selector ) : string
selector string
return string

Main() public static method

public static Main ( string args ) : void
args string
return void