C# Class uREPL.Commands

Afficher le fichier Open project: hecomi/uREPL

Méthodes publiques

Méthode Description
ConvertIntoCodeIfCommand ( string code ) : string
GetAll ( ) : uREPL.CommandInfo[]

Private Methods

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

Method Details

ConvertIntoCodeIfCommand() public static méthode

public static ConvertIntoCodeIfCommand ( string code ) : string
code string
Résultat string

GetAll() public static méthode

public static GetAll ( ) : uREPL.CommandInfo[]
Résultat uREPL.CommandInfo[]