Class DRefPattern

    • Constructor Detail

      • DRefPattern

        public DRefPattern​(DDefine target)
    • Method Detail

      • isNullable

        public boolean isNullable()
        Description copied from class: DPattern
        Returns true if this pattern is nullable. A nullable pattern is a pattern that can match the empty sequence.
        Specified by:
        isNullable in class DPattern
      • getTarget

        public DDefine getTarget()
        Gets the DDefine that this block refers to.
      • getName

        public java.lang.String getName()
        Gets the name of the target.