Uses of Enum Class
com.google.javascript.jscomp.TypeMatchingStrategy
Packages that use TypeMatchingStrategy
-
Uses of TypeMatchingStrategy in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return TypeMatchingStrategyModifier and TypeMethodDescriptionstatic TypeMatchingStrategyReturns the enum constant of this class with the specified name.static TypeMatchingStrategy[]TypeMatchingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.javascript.jscomp with parameters of type TypeMatchingStrategyModifierConstructorDescriptionTemplateAstMatcher(AbstractCompiler compiler, Node templateFunctionNode, TypeMatchingStrategy typeMatchingStrategy) Constructs this matcher with a Function node that serves as the template to match all other nodes against. -
Uses of TypeMatchingStrategy in com.google.javascript.refactoring
Constructors in com.google.javascript.refactoring with parameters of type TypeMatchingStrategyModifierConstructorDescriptionJsSourceMatcher(AbstractCompiler compiler, Node templateNode, TypeMatchingStrategy typeMatchingStrategy) Constructs this matcher with a Function node that serves as the template to match all other nodes against.