XPathLexer Class
Constructors & Destructor
|
Member Functions
|
Member Variables
Definition
Line
10
of
System.XPath/System.XPath.XPathLexer.cm
Inheritance
Constructors & Destructor
public
XPathLexer
(
const
uchar
* start_,
const
uchar
* end_,
const
String
<
char
>& fileName_)
Member Functions
public
long
GetTokenId
(
int
ruleIndex)
public
override
int
NextState
(
int
state,
uchar
c)
Member Variables
public
XPathLexer_Variables
vars
Constructor& Destructor Details
XPathLexer Constructor
public
XPathLexer(
const
uchar
* start_,
const
uchar
* end_,
const
String
<
char
>& fileName_)
Definition
Line
12
of
System.XPath/System.XPath.XPathLexer.cm
Member Function Details
GetTokenId Member Function
public
long
GetTokenId(
int
ruleIndex)
Definition
Line
1207
of
System.XPath/System.XPath.XPathLexer.cm
NextState Member Function
public
override
int
NextState(
int
state,
uchar
c)
Definition
Line
24
of
System.XPath/System.XPath.XPathLexer.cm