Class SemPred


public class SemPred extends Action
  • Field Details

    • msg

      public String msg
      The user-specified terminal option fail, if it was used and the value is a string literal. For example:

      {pred}?<fail='message'>

    • predicate

      public String predicate
      The predicate string with { and }? stripped from the ends.
    • failChunks

      public List<ActionChunk> failChunks
      The translated chunks of the user-specified terminal option fail, if it was used and the value is an action. For example:

      {pred}?<fail={"Java literal"}>

  • Constructor Details