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