EmbASP-Python
Public Member Functions | Static Public Attributes | List of all members
parsers.asp.asp_parser_base.ASPGrammarLexer.ASPGrammarLexer Class Reference
Inheritance diagram for parsers.asp.asp_parser_base.ASPGrammarLexer.ASPGrammarLexer:

Public Member Functions

def __init__ (self, input=None, output=sys.stdout)
 

Static Public Attributes

 atn = ATNDeserializer().deserialize(serializedATN())
 
list decisionsToDFA = [ DFA(ds, i) for i, ds in enumerate(atn.decisionToState) ]
 
int T__0 = 1
 
int T__1 = 2
 
int T__2 = 3
 
int T__3 = 4
 
int T__4 = 5
 
int IDENTIFIER = 6
 
int INTEGER = 7
 
int STRING = 8
 
int WHITESPACE = 9
 
list channelNames = [ u"DEFAULT_TOKEN_CHANNEL", u"HIDDEN" ]
 
list modeNames = [ u"DEFAULT_MODE" ]
 
list literalNames
 
list symbolicNames
 
list ruleNames
 
string grammarFileName = u"ASPGrammar.g4"
 

Detailed Description

Definition at line 37 of file ASPGrammarLexer.py.

Member Data Documentation

◆ literalNames

list parsers.asp.asp_parser_base.ASPGrammarLexer.ASPGrammarLexer.literalNames
static
Initial value:
= [ u"<INVALID>",
u"'('", u"','", u"')'", u"'['", u"']'" ]

Definition at line 57 of file ASPGrammarLexer.py.

◆ ruleNames

list parsers.asp.asp_parser_base.ASPGrammarLexer.ASPGrammarLexer.ruleNames
static
Initial value:
= [ u"T__0", u"T__1", u"T__2", u"T__3", u"T__4", u"IDENTIFIER",
u"INTEGER", u"STRING", u"WHITESPACE" ]

Definition at line 63 of file ASPGrammarLexer.py.

◆ symbolicNames

list parsers.asp.asp_parser_base.ASPGrammarLexer.ASPGrammarLexer.symbolicNames
static
Initial value:
= [ u"<INVALID>",
u"IDENTIFIER", u"INTEGER", u"STRING", u"WHITESPACE" ]

Definition at line 60 of file ASPGrammarLexer.py.


The documentation for this class was generated from the following file: