Class Match
java.lang.Object
com.google.javascript.refactoring.Match
Object that contains the information for a given match.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the metadata for this match.getNode()
Returns the node that matched the given conditions.
-
Constructor Details
-
Match
-
-
Method Details
-
getNode
Returns the node that matched the given conditions. -
getMetadata
Returns the metadata for this match.
-