Home
last modified time | relevance | path

Searched defs:returnScope (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DLeftRecursiveRuleAnalyzer.java337 AttributeScope returnScope = grammar.createReturnScope("",t); in getNamesFromArgAction() local
H A DRule.java74 public AttributeScope returnScope; field in Rule