| Package | Description |
|---|---|
| antlr.actions.python |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionLexer
Perform the following translations:
AST related translations
## -> currentRule_AST
#(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z))
#[x] -> codeGenerator.getASTCreateString(x)
#x -> codeGenerator.mapTreeId(x)
Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.