antlr
class PythonBlockFinishingInfo extends Object
Field Summary | |
---|---|
boolean | generatedAnIf |
boolean | generatedSwitch |
boolean | needAnErrorClause When generating an if or switch, end-of-token lookahead sets
will become the else or default clause, don't generate an
error clause in this case. |
String | postscript |
Constructor Summary | |
---|---|
PythonBlockFinishingInfo() | |
PythonBlockFinishingInfo(String ps, boolean genS, boolean generatedAnIf, boolean n) |