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()
        Standard constructor
      • RJustName

        public RJustName​(Token token,
                         java.lang.String image)
        Constructor with parameters
        Parameters:
        token - - the token
        image - - the image