C# Class XPathLexer, antlr4

Inheritance: Lexer
Afficher le fichier Open project: antlr/antlr4 Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultVocabulary IVocabulary
_ATN Antlr4.Runtime.Atn.ATN
_serializedATN string
modeNames string[]
ruleNames string[]

Private Properties

Свойство Type Description
ID_action void

Méthodes publiques

Méthode Description
Action ( RuleContext _localctx, int ruleIndex, int actionIndex ) : void
XPathLexer ( ICharStream input ) : System

Private Methods

Méthode Description
ID_action ( RuleContext _localctx, int actionIndex ) : void

Method Details

Action() public méthode

public Action ( RuleContext _localctx, int ruleIndex, int actionIndex ) : void
_localctx RuleContext
ruleIndex int
actionIndex int
Résultat void

XPathLexer() public méthode

public XPathLexer ( ICharStream input ) : System
input ICharStream
Résultat System

Property Details

DefaultVocabulary public_oe static_oe property

public static IVocabulary DefaultVocabulary
Résultat IVocabulary

_ATN public_oe static_oe property

public static ATN,Antlr4.Runtime.Atn _ATN
Résultat Antlr4.Runtime.Atn.ATN

_serializedATN public_oe static_oe property

public static string _serializedATN
Résultat string

modeNames public_oe static_oe property

public static string[] modeNames
Résultat string[]

ruleNames public_oe static_oe property

public static string[] ruleNames
Résultat string[]