Uses of Class
com.google.javascript.jscomp.TypeMatchingStrategy.MatchResult
-
Packages that use TypeMatchingStrategy.MatchResult Package Description com.google.javascript.jscomp -
-
Uses of TypeMatchingStrategy.MatchResult in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return TypeMatchingStrategy.MatchResult Modifier and Type Method Description TypeMatchingStrategy.MatchResultTypeMatchingStrategy. match(JSType templateType, JSType type)static TypeMatchingStrategy.MatchResultTypeMatchingStrategy.MatchResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeMatchingStrategy.MatchResult[]TypeMatchingStrategy.MatchResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-