메소드 | 설명 | |
---|---|---|
Indent ( ) : void |
Request an indentation. When we meet a \n and the following line is more indented then the current indentationlever, then save this request
|
|
IndentationProcessor ( TextReader stream ) : System |
Constructor
|
|
Next ( ) : void |
Go to the next parsable char in the stream
|
|
UnIndent ( ) : void |
Cancel the last indentation
|
public IndentationProcessor ( TextReader stream ) : System | ||
stream | TextReader | |
리턴 | System |