프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Filename | string | ||
Line | int | ||
Type | BasicTokenType | ||
Value | string |
메소드 | 설명 | |
---|---|---|
BasicToken ( BasicTokenType type, string value = null, int line = -1, string filename = "" ) : System | ||
Matches ( |
public BasicToken ( BasicTokenType type, string value = null, int line = -1, string filename = "" ) : System | ||
type | BasicTokenType | |
value | string | |
line | int | |
filename | string | |
리턴 | System |