C# 클래스 Assembler.BasicToken

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

공개 프로퍼티들

프로퍼티 타입 설명
Filename string
Line int
Type BasicTokenType
Value string

공개 메소드들

메소드 설명
BasicToken ( BasicTokenType type, string value = null, int line = -1, string filename = "" ) : System
Matches ( BasicToken template ) : bool

메소드 상세

BasicToken() 공개 메소드

public BasicToken ( BasicTokenType type, string value = null, int line = -1, string filename = "" ) : System
type BasicTokenType
value string
line int
filename string
리턴 System

Matches() 공개 메소드

public Matches ( BasicToken template ) : bool
template BasicToken
리턴 bool

프로퍼티 상세

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

Line 공개적으로 프로퍼티

public int Line
리턴 int

Type 공개적으로 프로퍼티

public BasicTokenType Type
리턴 BasicTokenType

Value 공개적으로 프로퍼티

public string Value
리턴 string