C# 클래스 Nett.Parser.Token

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

공개 프로퍼티들

프로퍼티 타입 설명
col int
line int
type TokenType
value string

공개 메소드들

메소드 설명
CreateUnknownTokenFromFragment ( CharBuffer cs, StringBuilder fragment ) : Token
EndOfFile ( int line, int col ) : Token
NewLine ( int line, int col ) : Token
Token ( TokenType type, string value ) : System.Diagnostics

메소드 상세

CreateUnknownTokenFromFragment() 공개 정적인 메소드

public static CreateUnknownTokenFromFragment ( CharBuffer cs, StringBuilder fragment ) : Token
cs CharBuffer
fragment System.Text.StringBuilder
리턴 Token

EndOfFile() 공개 정적인 메소드

public static EndOfFile ( int line, int col ) : Token
line int
col int
리턴 Token

NewLine() 공개 정적인 메소드

public static NewLine ( int line, int col ) : Token
line int
col int
리턴 Token

Token() 공개 메소드

public Token ( TokenType type, string value ) : System.Diagnostics
type TokenType
value string
리턴 System.Diagnostics

프로퍼티 상세

col 공개적으로 프로퍼티

public int col
리턴 int

line 공개적으로 프로퍼티

public int line
리턴 int

type 공개적으로 프로퍼티

public TokenType type
리턴 TokenType

value 공개적으로 프로퍼티

public string value
리턴 string