C# Class uREPL.Commands

Datei anzeigen Open project: hecomi/uREPL

Public Methods

Method Description
ConvertIntoCodeIfCommand ( string code ) : string
GetAll ( ) : uREPL.CommandInfo[]

Private Methods

Method Description
ConvertBlockToPlaceholder ( string input, string pattern, string placeholder ) : ParseBlockResult
ConvertPlaceholderToBlock ( string input, ParseBlockResult result ) : string
ShowCommands ( ) : void
ShowHelp ( ) : void

Method Details

ConvertIntoCodeIfCommand() public static method

public static ConvertIntoCodeIfCommand ( string code ) : string
code string
return string

GetAll() public static method

public static GetAll ( ) : uREPL.CommandInfo[]
return uREPL.CommandInfo[]