Lines Matching refs:localctx
162 localctx = gnParser.RContext(self, self._ctx, self.state)
163 self.enterRule(localctx, 0, self.RULE_r)
165 self.enterOuterAlt(localctx, 1)
171 localctx.exception = re
176 return localctx
212 localctx = gnParser.StatementContext(self, self._ctx, self.state)
213 self.enterRule(localctx, 2, self.RULE_statement)
219 self.enterOuterAlt(localctx, 1)
225 self.enterOuterAlt(localctx, 2)
231 self.enterOuterAlt(localctx, 3)
238 localctx.exception = re
243 return localctx
278 localctx = gnParser.LvalueContext(self, self._ctx, self.state)
279 self.enterRule(localctx, 4, self.RULE_lvalue)
285 self.enterOuterAlt(localctx, 1)
291 self.enterOuterAlt(localctx, 2)
297 self.enterOuterAlt(localctx, 3)
304 localctx.exception = re
309 return localctx
344 localctx = gnParser.AssignmentContext(self, self._ctx, self.state)
345 self.enterRule(localctx, 6, self.RULE_assignment)
347 self.enterOuterAlt(localctx, 1)
355 localctx.exception = re
360 return localctx
395 localctx = gnParser.CallContext(self, self._ctx, self.state)
396 self.enterRule(localctx, 8, self.RULE_call)
399 self.enterOuterAlt(localctx, 1)
423 localctx.exception = re
428 return localctx
471 localctx = gnParser.ConditionContext(self, self._ctx, self.state)
472 self.enterRule(localctx, 10, self.RULE_condition)
475 self.enterOuterAlt(localctx, 1)
509 localctx.exception = re
514 return localctx
542 localctx = gnParser.BlockContext(self, self._ctx, self.state)
543 self.enterRule(localctx, 12, self.RULE_block)
545 self.enterOuterAlt(localctx, 1)
553 localctx.exception = re
558 return localctx
596 localctx = gnParser.StatementlistContext(self, self._ctx, self.state)
597 self.enterRule(localctx, 14, self.RULE_statementlist)
600 self.enterOuterAlt(localctx, 1)
624 localctx.exception = re
629 return localctx
660 localctx = gnParser.ArrayaccessContext(self, self._ctx, self.state)
661 self.enterRule(localctx, 16, self.RULE_arrayaccess)
663 self.enterOuterAlt(localctx, 1)
673 localctx.exception = re
678 return localctx
708 localctx = gnParser.ScopeaccessContext(self, self._ctx, self.state)
709 self.enterRule(localctx, 18, self.RULE_scopeaccess)
711 self.enterOuterAlt(localctx, 1)
719 localctx.exception = re
724 return localctx
762 localctx = gnParser.ExprContext(self, self._ctx, _parentState)
763 _prevctx = localctx
765 self.enterRecursionRule(localctx, 20, self.RULE_expr, _p)
767 self.enterOuterAlt(localctx, 1)
778 _prevctx = localctx
779 localctx = gnParser.ExprContext(self, _parentctx, _parentState)
780 self.pushNewRecursionContext(localctx, _startState, self.RULE_expr)
794 localctx.exception = re
799 return localctx
834 localctx = gnParser.UnaryexprContext(self, self._ctx, self.state)
835 self.enterRule(localctx, 22, self.RULE_unaryexpr)
841 self.enterOuterAlt(localctx, 1)
846 self.enterOuterAlt(localctx, 2)
856 localctx.exception = re
861 return localctx
918 localctx = gnParser.PrimaryexprContext(self, self._ctx, self.state)
919 self.enterRule(localctx, 24, self.RULE_primaryexpr)
926 self.enterOuterAlt(localctx, 1)
932 self.enterOuterAlt(localctx, 2)
938 self.enterOuterAlt(localctx, 3)
944 self.enterOuterAlt(localctx, 4)
950 self.enterOuterAlt(localctx, 5)
956 self.enterOuterAlt(localctx, 6)
962 self.enterOuterAlt(localctx, 7)
968 self.enterOuterAlt(localctx, 8)
978 self.enterOuterAlt(localctx, 9)
1003 localctx.exception = re
1008 return localctx
1039 localctx = gnParser.ExprlistContext(self, self._ctx, self.state)
1040 self.enterRule(localctx, 26, self.RULE_exprlist)
1042 self.enterOuterAlt(localctx, 1)
1059 localctx.exception = re
1064 return localctx
1089 localctx = gnParser.ElsecContext(self, self._ctx, self.state)
1090 self.enterRule(localctx, 28, self.RULE_elsec)
1092 self.enterOuterAlt(localctx, 1)
1096 localctx.exception = re
1101 return localctx
1128 localctx = gnParser.CommentContext(self, self._ctx, self.state)
1129 self.enterRule(localctx, 30, self.RULE_comment)
1131 self.enterOuterAlt(localctx, 1)
1135 localctx.exception = re
1140 return localctx
1144 def sempred(self, localctx, ruleIndex, predIndex): argument
1152 return pred(localctx, predIndex)
1154 def expr_sempred(self, localctx, predIndex): argument