Class DeclaredVariableBackReference

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

public final class DeclaredVariableBackReference extends Pattern
  • Field Details

    • _referencedGroupName

      private final String _referencedGroupName
  • Constructor Details

    • DeclaredVariableBackReference

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