C# Class RyuaNerin.Aheui.Token

Show file Open project: RyuaNerin/AheuiCSharp

Public Properties

Property Type Description
INITIALS char[]
UNDERS char[]
VOWELS char[]
charCode char
initial int
isComment bool
under int
vowel int

Public Methods

Method Description
ToString ( ) : string
Token ( char code ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Token() public method

public Token ( char code ) : System
code char
return System

Property Details

INITIALS public static property

public static char[] INITIALS
return char[]

UNDERS public static property

public static char[] UNDERS
return char[]

VOWELS public static property

public static char[] VOWELS
return char[]

charCode public property

public char charCode
return char

initial public property

public int initial
return int

isComment public property

public bool isComment
return bool

under public property

public int under
return int

vowel public property

public int vowel
return int