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 Detail

      • regexpr

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

      • RJustName

        public RJustName()
      • RJustName

        public RJustName​(Token token,
                         java.lang.String image)