C# 클래스 RyuaNerin.Aheui.Token

파일 보기 프로젝트 열기: RyuaNerin/AheuiCSharp

공개 프로퍼티들

프로퍼티 타입 설명
INITIALS char[]
UNDERS char[]
VOWELS char[]
charCode char
initial int
isComment bool
under int
vowel int

공개 메소드들

메소드 설명
ToString ( ) : string
Token ( char code ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Token() 공개 메소드

public Token ( char code ) : System
code char
리턴 System

프로퍼티 상세

INITIALS 공개적으로 정적으로 프로퍼티

public static char[] INITIALS
리턴 char[]

UNDERS 공개적으로 정적으로 프로퍼티

public static char[] UNDERS
리턴 char[]

VOWELS 공개적으로 정적으로 프로퍼티

public static char[] VOWELS
리턴 char[]

charCode 공개적으로 프로퍼티

public char charCode
리턴 char

initial 공개적으로 프로퍼티

public int initial
리턴 int

isComment 공개적으로 프로퍼티

public bool isComment
리턴 bool

under 공개적으로 프로퍼티

public int under
리턴 int

vowel 공개적으로 프로퍼티

public int vowel
리턴 int