forked from jasder/antlr
tweak
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9414]
This commit is contained in:
parent
4b4a7d9c7a
commit
9f294794a8
|
@ -571,9 +571,7 @@ public static class <s.name> extends <superClass><if(interfaces)> implements <in
|
|||
}
|
||||
>>
|
||||
|
||||
TreeParserStructDecl(s,attrs,visitorDispatchMethods) ::= <<
|
||||
<StructDecl(superClass={ParserRuleContext\<<ASTLabelType()>\>}, ...)>
|
||||
>>
|
||||
TreeParserStructDecl ::= StructDecl
|
||||
|
||||
AltLabelStructDecl(s,attrs,visitorDispatchMethods) ::= <<
|
||||
public static class <s.label>Context extends <currentRule.name>Context {
|
||||
|
|
Loading…
Reference in New Issue