Class NamedNode

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

public final class NamedNode extends Pattern
  • Field Details

    • _groupName

      private final String _groupName
    • _node

      private final INode _node
  • Constructor Details

    • NamedNode

      public NamedNode(String groupName, INode node)
  • Method Details

    • getGroupName

      public final String getGroupName()
    • getNode

      public final INode getNode()
    • matches

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