C# 클래스 Grunwald.CocoAddIn.CocoParser.Token

파일 보기 프로젝트 열기: dgrunwald/coco-addin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
col int
kind int
line int
next Token
pos int
val string

프로퍼티 상세

col 공개적으로 프로퍼티

public int col
리턴 int

kind 공개적으로 프로퍼티

public int kind
리턴 int

line 공개적으로 프로퍼티

public int line
리턴 int

next 공개적으로 프로퍼티

public Token,Grunwald.CocoAddIn.CocoParser next
리턴 Token

pos 공개적으로 프로퍼티

public int pos
리턴 int

val 공개적으로 프로퍼티

public string val
리턴 string