C# 클래스 uREPL.Commands

파일 보기 프로젝트 열기: hecomi/uREPL

공개 메소드들

메소드 설명
ConvertIntoCodeIfCommand ( string code ) : string
GetAll ( ) : uREPL.CommandInfo[]

비공개 메소드들

메소드 설명
ConvertBlockToPlaceholder ( string input, string pattern, string placeholder ) : ParseBlockResult
ConvertPlaceholderToBlock ( string input, ParseBlockResult result ) : string
ShowCommands ( ) : void
ShowHelp ( ) : void

메소드 상세

ConvertIntoCodeIfCommand() 공개 정적인 메소드

public static ConvertIntoCodeIfCommand ( string code ) : string
code string
리턴 string

GetAll() 공개 정적인 메소드

public static GetAll ( ) : uREPL.CommandInfo[]
리턴 uREPL.CommandInfo[]