C# 클래스 XPathLexer, antlr4

상속: Lexer
파일 보기 프로젝트 열기: antlr/antlr4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultVocabulary IVocabulary
_ATN Antlr4.Runtime.Atn.ATN
_serializedATN string
modeNames string[]
ruleNames string[]

Private Properties

프로퍼티 타입 설명
ID_action void

공개 메소드들

메소드 설명
Action ( RuleContext _localctx, int ruleIndex, int actionIndex ) : void
XPathLexer ( ICharStream input ) : System

비공개 메소드들

메소드 설명
ID_action ( RuleContext _localctx, int actionIndex ) : void

메소드 상세

Action() 공개 메소드

public Action ( RuleContext _localctx, int ruleIndex, int actionIndex ) : void
_localctx RuleContext
ruleIndex int
actionIndex int
리턴 void

XPathLexer() 공개 메소드

public XPathLexer ( ICharStream input ) : System
input ICharStream
리턴 System

프로퍼티 상세

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

public static IVocabulary DefaultVocabulary
리턴 IVocabulary

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

public static ATN,Antlr4.Runtime.Atn _ATN
리턴 Antlr4.Runtime.Atn.ATN

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

public static string _serializedATN
리턴 string

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

public static string[] modeNames
리턴 string[]

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

public static string[] ruleNames
리턴 string[]