Class IdentifierBackReference

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

public final class IdentifierBackReference extends Pattern
  • Field Details

    • _referencedGroupName

      private final String _referencedGroupName
  • Constructor Details

    • IdentifierBackReference

      public IdentifierBackReference(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