![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Static Public Member Functions | |
| static void | printStackTraceAndMatchedText (ParserRuleContext ctx) |
| A handy function for debugging ASTs. | |
| static CAst.AstNode | takeConjunction (List< CAst.AstNode > conditions) |
| static CAst.AstNode | takeDisjunction (List< CAst.AstNode > conditions) |
|
static |
A handy function for debugging ASTs.
It prints the stack trace of the visitor functions and shows the text matched by the ANTLR rules.
|
static |
|
static |