| Package | Description |
|---|---|
| org.antlr.runtime | |
| org.antlr.runtime.tree |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ParserRuleReturnScope |
Rules that return more than a single value must return an object
containing all the values.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TreeRuleReturnScope |
This is identical to the
ParserRuleReturnScope except that
the start property is a tree nodes not Token object
when you are parsing trees. |
Copyright © 1992–2019 ANTLR. All rights reserved.