C# Class Rhino.Tools.Idswitch.Program

显示文件 Open project: hazzik/Rhino.Net

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
Add_id ( char array, int id_start, int id_end, int name_start, int name_end ) : void
Equals ( string str, char array, int begin, int end ) : bool
Exec ( string args ) : int
Extract_line_tag_id ( char array, int cursor, int end ) : int
Extract_tag_value ( char array, int cursor, int end, int id ) : int
Generate_java_code ( ) : void
Get_tag_id ( char array, int begin, int end, bool at_line_start ) : int
Get_time_stamp ( ) : string
Is_value_type ( int id ) : bool
Is_white_space ( int c ) : bool
Look_for_id_definitions ( char array, int begin, int end, bool use_tag_value_as_string ) : void
Look_for_slash_slash ( char array, int cursor, int end ) : int
Option_error ( string str ) : void
Print_error ( string text ) : void
Process_file ( ) : void
Process_file ( string file_path ) : void
Process_options ( string args ) : int
Remove_nulls ( string array ) : int
Show_usage ( ) : void
Show_version ( ) : void
Skip_matched_prefix ( string prefix, char array, int begin, int end ) : int
Skip_name_char ( char array, int begin, int end ) : int
Skip_white_space ( char array, int begin, int end ) : int
Tag_name ( int id ) : string

Method Details

Main() public static method

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