C# 클래스 Manos.Templates.Token

파일 보기 프로젝트 열기: toptensoftware/manos 1 사용 예제들

공개 메소드들

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

메소드 상세

Token() 공개 메소드

public Token ( int line, int col, TokenType type, string value ) : System
line int
col int
type TokenType
value string
리턴 System

Token() 공개 메소드

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