Package antlr

Class PythonBlockFinishingInfo

java.lang.Object
antlr.PythonBlockFinishingInfo

class PythonBlockFinishingInfo extends Object
  • Field Details

    • 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.
  • Constructor Details

    • PythonBlockFinishingInfo

      public PythonBlockFinishingInfo()
    • PythonBlockFinishingInfo

      public PythonBlockFinishingInfo(String ps, boolean genS, boolean generatedAnIf, boolean n)