EmbASP-Java
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarLexer Class Reference
Inheritance diagram for it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarLexer:

Public Member Functions

String[] getTokenNames ()
 
Vocabulary getVocabulary ()
 
 ASPGrammarLexer (CharStream input)
 
String getGrammarFileName ()
 
String[] getRuleNames ()
 
String getSerializedATN ()
 
String[] getChannelNames ()
 
String[] getModeNames ()
 
ATN getATN ()
 

Static Public Attributes

static final int T__0 =1
 
static String[] channelNames
 
static String[] modeNames
 
static final String[] ruleNames
 
static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES)
 
static final String[] tokenNames
 
static final String _serializedATN
 
static final ATN _ATN
 

Static Protected Attributes

static final DFA[] _decisionToDFA
 
static final PredictionContextCache _sharedContextCache
 

Detailed Description

Definition at line 14 of file ASPGrammarLexer.java.

Member Data Documentation

◆ _ATN

final ATN it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarLexer._ATN
static
Initial value:
=
new ATNDeserializer().deserialize(_serializedATN.toCharArray())

Definition at line 119 of file ASPGrammarLexer.java.

◆ _serializedATN

final String it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarLexer._serializedATN
static
Initial value:
=
"\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\2\13=\b\1\4\2\t\2\4"+
"\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\3\2\3\2"+
"\3\3\3\3\3\4\3\4\3\5\3\5\3\6\3\6\3\7\3\7\7\7\"\n\7\f\7\16\7%\13\7\3\b"+
"\3\b\3\b\7\b*\n\b\f\b\16\b-\13\b\5\b/\n\b\3\t\3\t\7\t\63\n\t\f\t\16\t"+
"\66\13\t\3\t\3\t\3\n\3\n\3\n\3\n\2\2\13\3\3\5\4\7\5\t\6\13\7\r\b\17\t"+
"\21\n\23\13\3\2\b\4\2C\\c|\6\2\62;C\\aac|\3\2\63;\3\2\62;\3\2$$\5\2\13"+
"\f\17\17\"\"\2@\2\3\3\2\2\2\2\5\3\2\2\2\2\7\3\2\2\2\2\t\3\2\2\2\2\13\3"+
"\2\2\2\2\r\3\2\2\2\2\17\3\2\2\2\2\21\3\2\2\2\2\23\3\2\2\2\3\25\3\2\2\2"+
"\5\27\3\2\2\2\7\31\3\2\2\2\t\33\3\2\2\2\13\35\3\2\2\2\r\37\3\2\2\2\17"+
".\3\2\2\2\21\60\3\2\2\2\239\3\2\2\2\25\26\7*\2\2\26\4\3\2\2\2\27\30\7"+
".\2\2\30\6\3\2\2\2\31\32\7+\2\2\32\b\3\2\2\2\33\34\7]\2\2\34\n\3\2\2\2"+
"\35\36\7_\2\2\36\f\3\2\2\2\37#\t\2\2\2 \"\t\3\2\2! \3\2\2\2\"%\3\2\2\2"+
"#!\3\2\2\2#$\3\2\2\2$\16\3\2\2\2%#\3\2\2\2&/\7\62\2\2\'+\t\4\2\2(*\t\5"+
"\2\2)(\3\2\2\2*-\3\2\2\2+)\3\2\2\2+,\3\2\2\2,/\3\2\2\2-+\3\2\2\2.&\3\2"+
"\2\2.\'\3\2\2\2/\20\3\2\2\2\60\64\7$\2\2\61\63\n\6\2\2\62\61\3\2\2\2\63"+
"\66\3\2\2\2\64\62\3\2\2\2\64\65\3\2\2\2\65\67\3\2\2\2\66\64\3\2\2\2\67"+
"8\7$\2\28\22\3\2\2\29:\t\7\2\2:;\3\2\2\2;<\b\n\2\2<\24\3\2\2\2\7\2#+."+
"\64\3\b\2\2"

Definition at line 100 of file ASPGrammarLexer.java.

◆ _sharedContextCache

final PredictionContextCache it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarLexer._sharedContextCache
staticprotected
Initial value:
=
new PredictionContextCache()

Definition at line 18 of file ASPGrammarLexer.java.

◆ channelNames

String [] it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarLexer.channelNames
static
Initial value:
= {
"DEFAULT_TOKEN_CHANNEL", "HIDDEN"
}

Definition at line 23 of file ASPGrammarLexer.java.

◆ modeNames

String [] it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarLexer.modeNames
static
Initial value:
= {
"DEFAULT_MODE"
}

Definition at line 27 of file ASPGrammarLexer.java.

◆ ruleNames

final String [] it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarLexer.ruleNames
static
Initial value:
= {
"T__0", "T__1", "T__2", "T__3", "T__4", "IDENTIFIER", "INTEGER", "STRING",
"WHITESPACE"
}

Definition at line 31 of file ASPGrammarLexer.java.

◆ tokenNames

final String [] it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarLexer.tokenNames
static

Definition at line 49 of file ASPGrammarLexer.java.


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