Uses of Class
com.google.javascript.refactoring.NodeMetadata
-
Packages that use NodeMetadata Package Description com.google.javascript.refactoring com.google.javascript.refactoring.examples -
-
Uses of NodeMetadata in com.google.javascript.refactoring
Methods in com.google.javascript.refactoring that return NodeMetadata Modifier and Type Method Description static NodeMetadata
NodeMetadata. fromTraversal(NodeTraversal traversal)
NodeMetadata
Match. getMetadata()
Returns the metadata for this match.Methods in com.google.javascript.refactoring with parameters of type NodeMetadata Modifier and Type Method Description static boolean
RefactoringUtils. isInClosurizedFile(Node node, NodeMetadata metadata)
Looks for a goog.require(), goog.provide() or goog.module() call in the node's file.boolean
JsSourceMatcher. matches(Node n, NodeMetadata metadata)
boolean
Matcher. matches(Node n, NodeMetadata metadata)
Returns true if the specifiedNode
andNodeMetadata
match the given pattern.abstract boolean
Scanner. matches(Node node, NodeMetadata t)
Returns true if the given node and node traversal should match for this particular scanner.Constructors in com.google.javascript.refactoring with parameters of type NodeMetadata Constructor Description Match(Node node, NodeMetadata metadata)
-
Uses of NodeMetadata in com.google.javascript.refactoring.examples
Methods in com.google.javascript.refactoring.examples with parameters of type NodeMetadata Modifier and Type Method Description boolean
GoogBindToArrow. matches(Node node, NodeMetadata metadata)
-