메소드 | 설명 | |
---|---|---|
Token ( int line, int col, TokenType type, string value ) : System | ||
Token ( int line, int col, TokenType type, string value, object tok_value ) : System |
public Token ( int line, int col, TokenType type, string value ) : System | ||
line | int | |
col | int | |
type | TokenType | |
value | string | |
리턴 | System |
public Token ( int line, int col, TokenType type, string value, object tok_value ) : System | ||
line | int | |
col | int | |
type | TokenType | |
value | string | |
tok_value | object | |
리턴 | System |