Uses of Class
com.google.javascript.jscomp.base.Tri
-
Packages that use Tri Package Description 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.base
Methods in com.google.javascript.jscomp.base that return Tri Modifier and Type Method Description TriTri. and(Tri x)static TriTri. forBoolean(boolean x)TriTri. not()TriTri. or(Tri x)static TriTri. 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.TriTri. xor(Tri x)Methods in com.google.javascript.jscomp.base with parameters of type Tri Modifier and Type Method Description TriTri. and(Tri x)TriTri. or(Tri x)TriTri. 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 TriOutcome. 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 TriOutcome. isNullish()Determines whether an Outcome enum value is nullish.static TriTokenUtil. 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 TriAllType. testForEquality(JSType that)TriBigIntType. testForEquality(JSType that)TriBooleanType. testForEquality(JSType that)TriEnumElementType. testForEquality(JSType that)TriEnumType. testForEquality(JSType that)TriJSType. testForEquality(JSType that)Comparesthisandthat.TriNullType. testForEquality(JSType that)TriNumberType. testForEquality(JSType that)TriObjectType. testForEquality(JSType that)TriProxyObjectType. testForEquality(JSType that)TriStringType. testForEquality(JSType that)TriSymbolType. testForEquality(JSType that)TriUnionType. testForEquality(JSType that)TriUnknownType. testForEquality(JSType that)TriVoidType. testForEquality(JSType that)TriBooleanLiteralSet. toTri()Converts to a Tri.
-