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 Link icon

  • Method Details Link icon

    • getNode Link icon

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

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