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

Classes

class  OutputContext
 
class  Predicate_atomContext
 
class  TermContext
 

Public Member Functions

String[] getTokenNames ()
 
Vocabulary getVocabulary ()
 
String getGrammarFileName ()
 
String[] getRuleNames ()
 
String getSerializedATN ()
 
ATN getATN ()
 
 DatalogGrammarParser (TokenStream input)
 
final OutputContext output () throws RecognitionException
 
final Predicate_atomContext predicate_atom () throws RecognitionException
 
final TermContext term () throws RecognitionException
 

Static Public Attributes

static final int T__0 =1
 
static final int RULE_output = 0
 
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

◆ DatalogGrammarParser()

it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarParser.DatalogGrammarParser ( TokenStream  input)
inline

Member Function Documentation

◆ getATN()

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

◆ getGrammarFileName()

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

◆ getRuleNames()

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

◆ getSerializedATN()

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

◆ getTokenNames()

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

◆ getVocabulary()

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

◆ output()

final OutputContext it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarParser.output ( ) throws RecognitionException
inline

◆ predicate_atom()

final Predicate_atomContext it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarParser.predicate_atom ( ) throws RecognitionException
inline

◆ term()

final TermContext it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarParser.term ( ) throws RecognitionException
inline

Member Data Documentation

◆ _ATN

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

◆ _decisionToDFA

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

◆ _serializedATN

final String it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarParser._serializedATN
static
Initial value:
=
"\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\t\37\4\2\t\2\4\3"+
"\t\3\4\4\t\4\3\2\7\2\n\n\2\f\2\16\2\r\13\2\3\3\3\3\3\3\3\3\3\3\7\3\24"+
"\n\3\f\3\16\3\27\13\3\3\3\3\3\5\3\33\n\3\3\4\3\4\3\4\2\2\5\2\4\6\2\3\3"+
"\2\6\b\2\36\2\13\3\2\2\2\4\16\3\2\2\2\6\34\3\2\2\2\b\n\5\4\3\2\t\b\3\2"+
"\2\2\n\r\3\2\2\2\13\t\3\2\2\2\13\f\3\2\2\2\f\3\3\2\2\2\r\13\3\2\2\2\16"+
"\32\7\6\2\2\17\20\7\3\2\2\20\25\5\6\4\2\21\22\7\4\2\2\22\24\5\6\4\2\23"+
"\21\3\2\2\2\24\27\3\2\2\2\25\23\3\2\2\2\25\26\3\2\2\2\26\30\3\2\2\2\27"+
"\25\3\2\2\2\30\31\7\5\2\2\31\33\3\2\2\2\32\17\3\2\2\2\32\33\3\2\2\2\33"+
"\5\3\2\2\2\34\35\t\2\2\2\35\7\3\2\2\2\5\13\25\32"

◆ _sharedContextCache

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

◆ RULE_output

final int it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarParser.RULE_output = 0
static

◆ ruleNames

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

◆ T__0

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

◆ tokenNames

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

◆ VOCABULARY

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

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