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 NodeMetadataNodeMetadata. fromTraversal(NodeTraversal traversal)NodeMetadataMatch. getMetadata()Returns the metadata for this match.Methods in com.google.javascript.refactoring with parameters of type NodeMetadata Modifier and Type Method Description static booleanRefactoringUtils. isInClosurizedFile(Node node, NodeMetadata metadata)Looks for a goog.require(), goog.provide() or goog.module() call in the node's file.booleanJsSourceMatcher. matches(Node n, NodeMetadata metadata)booleanMatcher. matches(Node n, NodeMetadata metadata)Returns true if the specifiedNodeandNodeMetadatamatch the given pattern.booleanRefasterJsScanner. matches(Node node, NodeMetadata metadata)abstract booleanScanner. 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 booleanGoogBindToArrow. matches(Node node, NodeMetadata metadata)
-