antlr
Class SatherBlockFinishingInfo
java.lang.Object
|
+--antlr.SatherBlockFinishingInfo
- class SatherBlockFinishingInfo
- extends Object
Field Summary |
(package private) boolean |
generatedAnIf
|
(package private) boolean |
generatedSwitch
|
(package private) 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. |
(package private) String |
postscript
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postscript
String postscript
generatedSwitch
boolean generatedSwitch
generatedAnIf
boolean generatedAnIf
needAnErrorClause
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.
SatherBlockFinishingInfo
public SatherBlockFinishingInfo()
SatherBlockFinishingInfo
public SatherBlockFinishingInfo(String ps,
boolean genS,
boolean generatedAnIf,
boolean n)
comments?