Class Match

java.lang.Object
com.google.javascript.refactoring.Match

public final class Match extends Object
Object that contains the information for a given match.
  • Constructor Details

  • Method Details

    • getNode

      public Node getNode()
      Returns the node that matched the given conditions.
    • getMetadata

      public NodeMetadata getMetadata()
      Returns the metadata for this match.