protected bool GetGroupType(
RelexParser LexemType lexemType,
string s,
int startIdx,
ref int endIdx,
ref QGroupType groupType
)
protected bool GetGroupType(
RelexParser..::..LexemType lexemType,
string s,
int startIdx,
ref int endIdx,
ref QGroupType groupType
)
Protected Function GetGroupType (
lexemType As RelexParser LexemType,
s As String,
startIdx As Integer,
ByRef endIdx As Integer,
ByRef groupType As QGroupType
) As Boolean
Protected Function GetGroupType (
lexemType As RelexParser..::..LexemType,
s As String,
startIdx As Integer,
ByRef endIdx As Integer,
ByRef groupType As QGroupType
) As Boolean
protected:
bool GetGroupType(
RelexParser LexemType lexemType,
String^ s,
int startIdx,
int% endIdx,
QGroupType% groupType
)
protected:
bool GetGroupType(
RelexParser..::..LexemType lexemType,
String^ s,
int startIdx,
int% endIdx,
QGroupType% groupType
)
member GetGroupType :
lexemType : RelexParser LexemType *
s : string *
startIdx : int *
endIdx : int byref *
groupType : QGroupType byref -> bool
member GetGroupType :
lexemType : RelexParser..::..LexemType *
s : string *
startIdx : int *
endIdx : int byref *
groupType : QGroupType byref -> bool