Uses of Class
com.google.javascript.refactoring.NodeMetadata
Packages that use NodeMetadata
-
Uses of NodeMetadata in com.google.javascript.refactoring
Methods in com.google.javascript.refactoring that return NodeMetadataModifier and TypeMethodDescriptionstatic NodeMetadata
NodeMetadata.fromTraversal
(NodeTraversal traversal) Match.getMetadata()
Returns the metadata for this match.Methods in com.google.javascript.refactoring with parameters of type NodeMetadataModifier and TypeMethodDescriptionstatic 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 -
Uses of NodeMetadata in com.google.javascript.refactoring.examples
Methods in com.google.javascript.refactoring.examples with parameters of type NodeMetadataModifier and TypeMethodDescriptionboolean
GoogBindToArrow.matches
(Node node, NodeMetadata metadata)