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