Uses of Enum Class
com.google.javascript.jscomp.base.Tri
Packages that use Tri
Package
Description
-
Uses of Tri in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return TriModifier and TypeMethodDescriptionComposeWarningsGuard.mustRunChecks
(DiagnosticGroup group) DiagnosticGroupWarningsGuard.mustRunChecks
(DiagnosticGroup otherGroup) WarningsGuard.mustRunChecks
(DiagnosticGroup group) Do checks for `group` still need to be run if this guard is installed? TRUE: Enables one or more types in the group, so it must be checked. -
Uses of Tri in com.google.javascript.jscomp.base
Methods in com.google.javascript.jscomp.base that return TriModifier and TypeMethodDescriptionstatic Tri
Tri.forBoolean
(boolean x) Tri.not()
static Tri
Returns the enum constant of this class with the specified name.static Tri[]
Tri.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp.base with parameters of type Tri -
Uses of Tri in com.google.javascript.jscomp.type
Methods in com.google.javascript.jscomp.type that return Tri -
Uses of Tri in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return TriModifier and TypeMethodDescriptionabstract Tri
Outcome.isNullish()
Determines whether an Outcome enum value is nullish.static Tri
TokenUtil.isStrWhiteSpaceChar
(int c) Copied from Rhino's ScriptRuntime -
Uses of Tri in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return TriModifier and TypeMethodDescriptionAllType.testForEquality
(JSType that) BigIntType.testForEquality
(JSType that) BooleanType.testForEquality
(JSType that) EnumElementType.testForEquality
(JSType that) EnumType.testForEquality
(JSType that) JSType.testForEquality
(JSType that) Comparesthis
andthat
.NullType.testForEquality
(JSType that) NumberType.testForEquality
(JSType that) ObjectType.testForEquality
(JSType that) final Tri
ProxyObjectType.testForEquality
(JSType that) StringType.testForEquality
(JSType that) SymbolType.testForEquality
(JSType that) UnionType.testForEquality
(JSType that) UnknownType.testForEquality
(JSType that) VoidType.testForEquality
(JSType that) BooleanLiteralSet.toTri()
Converts to a Tri.