C# Class RyuaNerin.Aheui.Token

Afficher le fichier Open project: RyuaNerin/AheuiCSharp

Méthodes publiques

Свойство Type Description
INITIALS char[]
UNDERS char[]
VOWELS char[]
charCode char
initial int
isComment bool
under int
vowel int

Méthodes publiques

Méthode Description
ToString ( ) : string
Token ( char code ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() public méthode

public Token ( char code ) : System
code char
Résultat System

Property Details

INITIALS public_oe static_oe property

public static char[] INITIALS
Résultat char[]

UNDERS public_oe static_oe property

public static char[] UNDERS
Résultat char[]

VOWELS public_oe static_oe property

public static char[] VOWELS
Résultat char[]

charCode public_oe property

public char charCode
Résultat char

initial public_oe property

public int initial
Résultat int

isComment public_oe property

public bool isComment
Résultat bool

under public_oe property

public int under
Résultat int

vowel public_oe property

public int vowel
Résultat int