C# 클래스 Kirikiri.Tjs2.Lexer

상속: LexBase
파일 보기 프로젝트 열기: fantasydr/krkr-cs 1 사용 예제들

공개 메소드들

메소드 설명
GetCurrentPosition ( ) : int
GetNext ( ) : int
GetValue ( ) : int
Lexer ( Compiler block, string script, bool isexpr, bool resultneeded ) : System.Collections.Generic
SetNextIsBareWord ( ) : void
SetStartOfRegExp ( ) : void

비공개 메소드들

메소드 설명
CompactByteBuffer ( ByteBuffer b ) : ByteBuffer
GetHexNum ( int c ) : int
GetString ( int idx ) : string
GetToken ( ) : int
GetValue ( int idx ) : Variant
InitReservedWordsHashTable ( ) : void
ParseOctet ( ) : ByteBuffer
ParsePPExpression ( string script ) : int
ParseRegExp ( ) : string
ParseString ( int delimiter ) : string
ProcessPPStatement ( ) : int
PutValue ( object val ) : int
SkipUntilEndif ( ) : int

메소드 상세

GetCurrentPosition() 공개 메소드

public GetCurrentPosition ( ) : int
리턴 int

GetNext() 공개 메소드

public GetNext ( ) : int
리턴 int

GetValue() 공개 메소드

public GetValue ( ) : int
리턴 int

Lexer() 공개 메소드

public Lexer ( Compiler block, string script, bool isexpr, bool resultneeded ) : System.Collections.Generic
block Compiler
script string
isexpr bool
resultneeded bool
리턴 System.Collections.Generic

SetNextIsBareWord() 공개 메소드

public SetNextIsBareWord ( ) : void
리턴 void

SetStartOfRegExp() 공개 메소드

public SetStartOfRegExp ( ) : void
리턴 void