메소드 |
설명 |
|
Clear ( ) : void |
|
|
Erase ( int begin, int end ) : void |
|
|
GetIndentStep ( ) : int |
|
|
GetIndentTabSize ( ) : int |
|
|
GetLastChar ( ) : int |
|
|
GetLineTerminator ( ) : string |
|
|
GetOffset ( ) : int |
|
|
Indent ( int level ) : void |
|
|
Line ( int indent_level, string s ) : void |
|
|
Nl ( ) : void |
|
|
P ( char c ) : void |
|
|
P ( char array, int begin, int end ) : void |
|
|
P ( int i ) : void |
|
|
P ( string s ) : void |
|
|
Qchar ( int c ) : void |
|
|
Qstring ( string s ) : void |
|
|
SetIndentStep ( int char_count ) : void |
|
|
SetIndentTabSize ( int tab_size ) : void |
|
|
SetLineTerminator ( string value ) : void |
|
|
ToString ( ) : string |
|
|