antlr
Class CSharpBlockFinishingInfo
java.lang.Object
antlr.CSharpBlockFinishingInfo
- class CSharpBlockFinishingInfo
- 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.
CSharpBlockFinishingInfo
public CSharpBlockFinishingInfo()
CSharpBlockFinishingInfo
public CSharpBlockFinishingInfo(String ps,
boolean genS,
boolean generatedAnIf,
boolean n)