C# 클래스 Kirikiri.Tjs2.LexicalAnalyzer

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

공개 메소드들

메소드 설명
FinalizeApplication ( ) : void
GetCurrentPosition ( ) : int
GetNext ( ) : int
GetValue ( ) : int
Initialize ( ) : void
LexicalAnalyzer ( Compiler block, string script, bool isexpr, bool resultneeded ) : System
SetNextIsBareWord ( ) : void
SetStartOfRegExp ( ) : void

비공개 메소드들

메소드 설명
CompactByteBuffer ( ByteBuffer b ) : ByteBuffer
EscapeC ( char b ) : string
GetString ( int idx ) : string
GetToken ( ) : int
GetValue ( int idx ) : Variant
ParseExtractNumber ( int basebits ) : bool
ParseNonDecimalInteger16 ( bool sign ) : int
ParseNonDecimalInteger2 ( bool sign ) : int
ParseNonDecimalInteger8 ( bool sign ) : int
ParseNonDecimalNumber ( bool sign, int @base ) : Number
ParseNonDecimalReal ( bool sign, int basebits ) : double
ParseNumber ( ) : Number
ParseOctet ( ) : ByteBuffer
ParsePPExpression ( string script ) : int
ParseRegExp ( ) : string
ProcessPPStatement ( ) : int
PutValue ( object val ) : int
ReadString ( int delimiter, bool embexpmode ) : string
SkipComment ( ) : int
SkipUntilEndif ( ) : int

메소드 상세

FinalizeApplication() 공개 정적인 메소드

public static FinalizeApplication ( ) : void
리턴 void

GetCurrentPosition() 공개 메소드

public GetCurrentPosition ( ) : int
리턴 int

GetNext() 공개 메소드

public GetNext ( ) : int
리턴 int

GetValue() 공개 메소드

public GetValue ( ) : int
리턴 int

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

LexicalAnalyzer() 공개 메소드

public LexicalAnalyzer ( Compiler block, string script, bool isexpr, bool resultneeded ) : System
block Compiler
script string
isexpr bool
resultneeded bool
리턴 System

SetNextIsBareWord() 공개 메소드

public SetNextIsBareWord ( ) : void
리턴 void

SetStartOfRegExp() 공개 메소드

public SetStartOfRegExp ( ) : void
리턴 void