EmbASP-Java v7.1.0
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer Class Reference
Inheritance diagram for it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer:

Public Member Functions

String[] getTokenNames ()
 
Vocabulary getVocabulary ()
 
 DatalogGrammarLexer (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 = makeRuleNames()
 
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
 

Constructor & Destructor Documentation

◆ DatalogGrammarLexer()

it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.DatalogGrammarLexer ( CharStream  input)
inline

Member Function Documentation

◆ getATN()

ATN it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.getATN ( )
inline

◆ getChannelNames()

String [] it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.getChannelNames ( )
inline

◆ getGrammarFileName()

String it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.getGrammarFileName ( )
inline

◆ getModeNames()

String [] it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.getModeNames ( )
inline

◆ getRuleNames()

String [] it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.getRuleNames ( )
inline

◆ getSerializedATN()

String it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.getSerializedATN ( )
inline

◆ getTokenNames()

String [] it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.getTokenNames ( )
inline

◆ getVocabulary()

Vocabulary it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.getVocabulary ( )
inline

Member Data Documentation

◆ _ATN

final ATN it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer._ATN
static
Initial value:
=
new ATNDeserializer().deserialize(_serializedATN.toCharArray())
static final String _serializedATN
Definition: DatalogGrammarLexer.java:104

◆ _decisionToDFA

final DFA [] it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer._decisionToDFA
staticprotected

◆ _serializedATN

final String it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer._serializedATN
static
Initial value:
=
"\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\2\t\65\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\3\2\3\2\3\3\3\3\3\4\3"+
"\4\3\5\3\5\7\5\32\n\5\f\5\16\5\35\13\5\3\6\3\6\3\6\7\6\"\n\6\f\6\16\6"+
"%\13\6\5\6\'\n\6\3\7\3\7\7\7+\n\7\f\7\16\7.\13\7\3\7\3\7\3\b\3\b\3\b\3"+
"\b\2\2\t\3\3\5\4\7\5\t\6\13\7\r\b\17\t\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\"\"\28\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\3\21\3\2\2"+
"\2\5\23\3\2\2\2\7\25\3\2\2\2\t\27\3\2\2\2\13&\3\2\2\2\r(\3\2\2\2\17\61"+
"\3\2\2\2\21\22\7*\2\2\22\4\3\2\2\2\23\24\7.\2\2\24\6\3\2\2\2\25\26\7+"+
"\2\2\26\b\3\2\2\2\27\33\t\2\2\2\30\32\t\3\2\2\31\30\3\2\2\2\32\35\3\2"+
"\2\2\33\31\3\2\2\2\33\34\3\2\2\2\34\n\3\2\2\2\35\33\3\2\2\2\36\'\7\62"+
"\2\2\37#\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&\36\3\2\2\2&\37\3\2\2\2\'\f\3\2\2\2(,\7$\2\2)+\n"+
"\6\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/\60"+
"\7$\2\2\60\16\3\2\2\2\61\62\t\7\2\2\62\63\3\2\2\2\63\64\b\b\2\2\64\20"+
"\3\2\2\2\7\2\33#&,\3\b\2\2"

◆ _sharedContextCache

final PredictionContextCache it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer._sharedContextCache
staticprotected
Initial value:
=
new PredictionContextCache()

◆ channelNames

String [] it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.channelNames
static
Initial value:
= {
"DEFAULT_TOKEN_CHANNEL", "HIDDEN"
}

◆ modeNames

String [] it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.modeNames
static
Initial value:
= {
"DEFAULT_MODE"
}

◆ ruleNames

final String [] it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.ruleNames = makeRuleNames()
static

◆ T__0

final int it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.T__0 =1
static

◆ tokenNames

final String [] it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.tokenNames
static
Deprecated:
Use VOCABULARY instead.

◆ VOCABULARY

final Vocabulary it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarLexer.VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES)
static

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