C# 클래스 Lexem

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

공개 프로퍼티들

프로퍼티 타입 설명
End int
Expr string
Start int
Type LexemType

공개 메소드들

메소드 설명
GetValue ( ) : string

메소드 상세

GetValue() 공개 메소드

public GetValue ( ) : string
리턴 string

프로퍼티 상세

End 공개적으로 프로퍼티

public int End
리턴 int

Expr 공개적으로 프로퍼티

public string Expr
리턴 string

Start 공개적으로 프로퍼티

public int Start
리턴 int

Type 공개적으로 프로퍼티

public LexemType Type
리턴 LexemType