Class RJustName


public class RJustName extends RegularExpression
Describes regular expressions which are referred to just by their name. This means that a regular expression with this name has been declared earlier.
  • Field Details

    • regexpr

      public RegularExpression regexpr
      "regexpr" points to the regular expression denoted by the name.
  • Constructor Details

    • RJustName

      public RJustName()
    • RJustName

      public RJustName(Token token, String image)
  • Method Details