Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Method and Description |
---|---|
static TemplateTypeMap.EquivalenceMatch |
TemplateTypeMap.EquivalenceMatch.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemplateTypeMap.EquivalenceMatch[] |
TemplateTypeMap.EquivalenceMatch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static boolean |
TemplateTypeMap.failedEquivalenceCheck(TemplateTypeMap.EquivalenceMatch eqMatch,
EquivalenceMethod eqMethod)
Determines if the specified EquivalenceMatch is considered a failing
condition for an equivalence check, given the EquivalenceMethod used for
the check.
|