Uses of Class
com.google.javascript.jscomp.base.Tri
-
Packages that use Tri Package Description com.google.javascript.jscomp com.google.javascript.jscomp.base com.google.javascript.jscomp.type com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of Tri in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return Tri Modifier and Type Method Description Tri
ComposeWarningsGuard. mustRunChecks(DiagnosticGroup group)
Tri
DiagnosticGroupWarningsGuard. mustRunChecks(DiagnosticGroup otherGroup)
Tri
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 Tri Modifier and Type Method Description Tri
Tri. and(Tri x)
static Tri
Tri. forBoolean(boolean x)
Tri
Tri. not()
Tri
Tri. or(Tri x)
static Tri
Tri. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Tri[]
Tri. values()
Returns an array containing the constants of this enum type, in the order they are declared.Tri
Tri. xor(Tri x)
Methods in com.google.javascript.jscomp.base with parameters of type Tri Modifier and Type Method Description Tri
Tri. and(Tri x)
Tri
Tri. or(Tri x)
Tri
Tri. xor(Tri x)
-
Uses of Tri in com.google.javascript.jscomp.type
Methods in com.google.javascript.jscomp.type that return Tri Modifier and Type Method Description abstract Tri
Outcome. isNullish()
Determines whether an Outcome enum value is nullish. -
Uses of Tri in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return Tri Modifier and Type Method Description abstract 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 Tri Modifier and Type Method Description Tri
AllType. testForEquality(JSType that)
Tri
BigIntType. testForEquality(JSType that)
Tri
BooleanType. testForEquality(JSType that)
Tri
EnumElementType. testForEquality(JSType that)
Tri
EnumType. testForEquality(JSType that)
Tri
JSType. testForEquality(JSType that)
Comparesthis
andthat
.Tri
NullType. testForEquality(JSType that)
Tri
NumberType. testForEquality(JSType that)
Tri
ObjectType. testForEquality(JSType that)
Tri
ProxyObjectType. testForEquality(JSType that)
Tri
StringType. testForEquality(JSType that)
Tri
SymbolType. testForEquality(JSType that)
Tri
UnionType. testForEquality(JSType that)
Tri
UnknownType. testForEquality(JSType that)
Tri
VoidType. testForEquality(JSType that)
Tri
BooleanLiteralSet. toTri()
Converts to a Tri.
-