◆ __init__()
def parsers.asp.clingo.ClingoParser.ClingoParser.__init__ |
( |
|
self, |
|
|
|
input, |
|
|
|
output = sys.stdout |
|
) |
| |
◆ answer_set()
def parsers.asp.clingo.ClingoParser.ClingoParser.answer_set |
( |
|
self | ) |
|
◆ model()
def parsers.asp.clingo.ClingoParser.ClingoParser.model |
( |
|
self | ) |
|
◆ output()
def parsers.asp.clingo.ClingoParser.ClingoParser.output |
( |
|
self | ) |
|
◆ predicate_atom()
def parsers.asp.clingo.ClingoParser.ClingoParser.predicate_atom |
( |
|
self | ) |
|
◆ term()
def parsers.asp.clingo.ClingoParser.ClingoParser.term |
( |
|
self | ) |
|
◆ ANY
int parsers.asp.clingo.ClingoParser.ClingoParser.ANY = 2 |
|
static |
◆ atn
parsers.asp.clingo.ClingoParser.ClingoParser.atn = ATNDeserializer().deserialize(serializedATN()) |
|
static |
◆ COMMA
int parsers.asp.clingo.ClingoParser.ClingoParser.COMMA = 3 |
|
static |
◆ decisionsToDFA
list parsers.asp.clingo.ClingoParser.ClingoParser.decisionsToDFA = [ DFA(ds, i) for i, ds in enumerate(atn.decisionToState) ] |
|
static |
◆ EOF
parsers.asp.clingo.ClingoParser.ClingoParser.EOF = Token.EOF |
|
static |
◆ grammarFileName
string parsers.asp.clingo.ClingoParser.ClingoParser.grammarFileName = "ClingoParser.g4" |
|
static |
◆ IDENTIFIER
int parsers.asp.clingo.ClingoParser.ClingoParser.IDENTIFIER = 6 |
|
static |
◆ INTEGER_CONSTANT
int parsers.asp.clingo.ClingoParser.ClingoParser.INTEGER_CONSTANT = 4 |
|
static |
◆ literalNames
list parsers.asp.clingo.ClingoParser.ClingoParser.literalNames |
|
static |
Initial value:= [ u"<INVALID>", u"<INVALID>", u"<INVALID>", u"','", u"<INVALID>",
u"<INVALID>", u"<INVALID>", u"<INVALID>", u"'('", u"')'" ]
◆ NEW_LINE
int parsers.asp.clingo.ClingoParser.ClingoParser.NEW_LINE = 5 |
|
static |
◆ RULE_answer_set
int parsers.asp.clingo.ClingoParser.ClingoParser.RULE_answer_set = 0 |
|
static |
◆ RULE_model
int parsers.asp.clingo.ClingoParser.ClingoParser.RULE_model = 1 |
|
static |
◆ RULE_output
int parsers.asp.clingo.ClingoParser.ClingoParser.RULE_output = 2 |
|
static |
◆ RULE_predicate_atom
int parsers.asp.clingo.ClingoParser.ClingoParser.RULE_predicate_atom = 3 |
|
static |
◆ RULE_term
int parsers.asp.clingo.ClingoParser.ClingoParser.RULE_term = 4 |
|
static |
◆ ruleNames
list parsers.asp.clingo.ClingoParser.ClingoParser.ruleNames |
|
static |
Initial value:= [ u"answer_set", u"model", u"output", u"predicate_atom",
u"term" ]
◆ sharedContextCache
parsers.asp.clingo.ClingoParser.ClingoParser.sharedContextCache = PredictionContextCache() |
|
static |
◆ START
int parsers.asp.clingo.ClingoParser.ClingoParser.START = 1 |
|
static |
◆ state
parsers.asp.clingo.ClingoParser.ClingoParser.state |
◆ STRING_CONSTANT
int parsers.asp.clingo.ClingoParser.ClingoParser.STRING_CONSTANT = 7 |
|
static |
◆ symbolicNames
list parsers.asp.clingo.ClingoParser.ClingoParser.symbolicNames |
|
static |
Initial value:= [ u"<INVALID>", u"START", u"ANY", u"COMMA", u"INTEGER_CONSTANT",
u"NEW_LINE", u"IDENTIFIER", u"STRING_CONSTANT", u"TERMS_BEGIN",
u"TERMS_END", u"WHITE_SPACE" ]
◆ TERMS_BEGIN
int parsers.asp.clingo.ClingoParser.ClingoParser.TERMS_BEGIN = 8 |
|
static |
◆ TERMS_END
int parsers.asp.clingo.ClingoParser.ClingoParser.TERMS_END = 9 |
|
static |
◆ WHITE_SPACE
int parsers.asp.clingo.ClingoParser.ClingoParser.WHITE_SPACE = 10 |
|
static |
The documentation for this class was generated from the following file: