Class BackReference

java.lang.Object
com.strobel.decompiler.patterns.Pattern
com.strobel.decompiler.patterns.BackReference
All Implemented Interfaces:
INode

public final class BackReference extends Pattern
  • Field Details

    • _referencedGroupName

      private final String _referencedGroupName
  • Constructor Details

    • BackReference

      public BackReference(String referencedGroupName)
  • Method Details

    • getReferencedGroupName

      public final String getReferencedGroupName()
    • matches

      public final boolean matches(INode other, Match match)
      Specified by:
      matches in interface INode
      Specified by:
      matches in class Pattern