Class CodeBlockForOuterMostAlt


public class CodeBlockForOuterMostAlt extends CodeBlockForAlt
The code associated with the outermost alternative of a rule. Sometimes we might want to treat them differently in the code generation.
  • Field Details

    • altLabel

      public String altLabel
      The label for the alternative; or null if the alternative is not labeled.
    • alt

      public Alternative alt
      The alternative.
  • Constructor Details