C# 클래스 Assembler.AssemblyTokenizer

파일 보기 프로젝트 열기: Rohansi/VM 1 사용 예제들

공개 메소드들

메소드 설명
AssemblyTokenizer ( string input ) : System
IsBitwiseOperation ( TokenType type ) : bool
IsExpressionOperation ( TokenType type ) : bool
IsTermOperation ( TokenType type ) : bool
Scan ( ) : void

비공개 메소드들

메소드 설명
ScanSource ( TokenList sourceTokens ) : void

메소드 상세

AssemblyTokenizer() 공개 메소드

public AssemblyTokenizer ( string input ) : System
input string
리턴 System

IsBitwiseOperation() 공개 정적인 메소드

public static IsBitwiseOperation ( TokenType type ) : bool
type TokenType
리턴 bool

IsExpressionOperation() 공개 정적인 메소드

public static IsExpressionOperation ( TokenType type ) : bool
type TokenType
리턴 bool

IsTermOperation() 공개 정적인 메소드

public static IsTermOperation ( TokenType type ) : bool
type TokenType
리턴 bool

Scan() 공개 메소드

public Scan ( ) : void
리턴 void