Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
at
jku
ssw
Coco
Token
C# Class at.jku.ssw.Coco.Token
Show file
Open project: Gl237man/mineroute
Class Usage Examples
Public Properties
Property
Type
Description
charPos
int
col
int
kind
int
line
int
next
Token
pos
int
val
string
Property Details
charPos
public property
public
int
charPos
return
int
col
public property
public
int
col
return
int
kind
public property
public
int
kind
return
int
line
public property
public
int
line
return
int
next
public property
public
Token,at.jku.ssw.Coco
next
return
Token
pos
public property
public
int
pos
return
int
val
public property
public
string
val
return
string