프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Output | StringBuilder | ||
Results | VList |
메소드 | 설명 | |
---|---|---|
StripExtraWhitespace ( string a, string commentPrefixes = null ) : string |
Strips whitespace and single-line comments from a string. Helps test whether two blocks of code are "sufficiently equal".
|
|
Test ( string input, string output, IMessageSink sink, int maxExpand = 0xFFFF, bool plainCS = true ) : void | ||
TestCompiler ( IMessageSink sink, ICharSource text, string fileName = "" ) : System |
메소드 | 설명 | |
---|---|---|
WriteOutput ( |
메소드 | 설명 | |
---|---|---|
MaybeId ( char c ) : bool |
public static StripExtraWhitespace ( string a, string commentPrefixes = null ) : string | ||
a | string | |
commentPrefixes | string | |
리턴 | string |
public static Test ( string input, string output, IMessageSink sink, int maxExpand = 0xFFFF, bool plainCS = true ) : void | ||
input | string | |
output | string | |
sink | IMessageSink | |
maxExpand | int | |
plainCS | bool | |
리턴 | void |
public TestCompiler ( IMessageSink sink, ICharSource text, string fileName = "" ) : System | ||
sink | IMessageSink | |
text | ICharSource | |
fileName | string | |
리턴 | System |