C# 클래스 Henchmen.Lua.Libs.StringLib

파일 보기 프로젝트 열기: henchmeninteractive/HenchLua

공개 프로퍼티들

프로퍼티 타입 설명
Char Callable
Find Callable
GMatch Callable
GSub Callable
Len Callable
Lower Callable
Match Callable
Name_Char LString
Name_Find LString
Name_GMatch LString
Name_GSub LString
Name_Len LString
Name_Lower LString
Name_Match LString
Name_Rep LString
Name_String LString
Name_Sub LString
Name_Upper LString
Rep Callable
Sub Callable
Upper Callable

공개 메소드들

메소드 설명
SetStringMethods ( Table globals ) : void

비공개 메소드들

메소드 설명
ClassEnd ( MatchState &ms, int pPos ) : int
EndCapture ( MatchState &ms, int sPos, int pPos ) : int
FindCore ( System.Thread l, bool isFind ) : int
HasPatternSpecials ( LString pat ) : bool
InitMatchState ( MatchState &ms, System.Thread l ) : void
MatchBalance ( MatchState &ms, int sPos, int pPos ) : int
MatchBracketClass ( MatchState &ms, byte ch, int pPos, int epPos ) : bool
MatchCapture ( MatchState &ms, int sPos, byte l ) : int
MatchClass ( byte ch, byte cl ) : bool
MaxExpand ( MatchState &ms, int sPos, int pPos, int ep ) : int
MinExpand ( MatchState &ms, int sPos, int pPos, int ep ) : int
PushCapture ( MatchState &ms, int i, int sPos, int esPos ) : void
PushCaptures ( MatchState &ms, int sPos, int esPos, bool retireMs = true ) : int
RetireMatchState ( MatchState &ms ) : void
SChar ( System.Thread l ) : int
SFind ( System.Thread l ) : int
SGMatch ( System.Thread l ) : int
SGsub ( System.Thread l ) : int
SLen ( System.Thread l ) : int
SLower ( System.Thread l ) : int
SMatch ( MatchState &ms, int sPos, int pPos ) : int
SMatch ( System.Thread l ) : int
SRep ( System.Thread l ) : int
SSub ( System.Thread l ) : int
SUpper ( System.Thread l ) : int
SingleMatch ( MatchState &ms, int sPos, int pPos, int ep ) : bool
StartCapture ( MatchState &ms, int sPos, int pPos, int what ) : int
StrIdxArg ( LString str, int idx ) : int

메소드 상세

SetStringMethods() 공개 정적인 메소드

public static SetStringMethods ( Table globals ) : void
globals Table
리턴 void

프로퍼티 상세

Char 공개적으로 정적으로 프로퍼티

public static Callable Char
리턴 Callable

Find 공개적으로 정적으로 프로퍼티

public static Callable Find
리턴 Callable

GMatch 공개적으로 정적으로 프로퍼티

public static Callable GMatch
리턴 Callable

GSub 공개적으로 정적으로 프로퍼티

public static Callable GSub
리턴 Callable

Len 공개적으로 정적으로 프로퍼티

public static Callable Len
리턴 Callable

Lower 공개적으로 정적으로 프로퍼티

public static Callable Lower
리턴 Callable

Match 공개적으로 정적으로 프로퍼티

public static Callable Match
리턴 Callable

Name_Char 공개적으로 정적으로 프로퍼티

public static LString Name_Char
리턴 LString

Name_Find 공개적으로 정적으로 프로퍼티

public static LString Name_Find
리턴 LString

Name_GMatch 공개적으로 정적으로 프로퍼티

public static LString Name_GMatch
리턴 LString

Name_GSub 공개적으로 정적으로 프로퍼티

public static LString Name_GSub
리턴 LString

Name_Len 공개적으로 정적으로 프로퍼티

public static LString Name_Len
리턴 LString

Name_Lower 공개적으로 정적으로 프로퍼티

public static LString Name_Lower
리턴 LString

Name_Match 공개적으로 정적으로 프로퍼티

public static LString Name_Match
리턴 LString

Name_Rep 공개적으로 정적으로 프로퍼티

public static LString Name_Rep
리턴 LString

Name_String 공개적으로 정적으로 프로퍼티

public static LString Name_String
리턴 LString

Name_Sub 공개적으로 정적으로 프로퍼티

public static LString Name_Sub
리턴 LString

Name_Upper 공개적으로 정적으로 프로퍼티

public static LString Name_Upper
리턴 LString

Rep 공개적으로 정적으로 프로퍼티

public static Callable Rep
리턴 Callable

Sub 공개적으로 정적으로 프로퍼티

public static Callable Sub
리턴 Callable

Upper 공개적으로 정적으로 프로퍼티

public static Callable Upper
리턴 Callable