Function
NewString_Context
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 3888 | func (*String_Context) IsString_Context() {} |
| 3889 | |
| 3890 | func NewString_Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *String_Context { |
| 3891 | var p = new(String_Context) |
| 3892 | |
| 3893 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 3894 | |
| 3895 | p.parser = parser |
| 3896 | p.RuleIndex = GScriptParserRULE_string_ |
| 3897 | |
| 3898 | return p |
| 3899 | } |
| 3900 | |
| 3901 | func (s *String_Context) GetParser() antlr.Parser { return s.parser } |
| 3902 | |
Tested by
no test coverage detected