Uses of Class
com.google.javascript.rhino.jstype.TernaryValue
-
Packages that use TernaryValue Package Description com.google.javascript.jscomp.type com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of TernaryValue in com.google.javascript.jscomp.type
Methods in com.google.javascript.jscomp.type that return TernaryValue Modifier and Type Method Description abstract TernaryValueOutcome. isNullish()Determines whether an Outcome enum value is nullish. -
Uses of TernaryValue in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return TernaryValue Modifier and Type Method Description abstract TernaryValueOutcome. isNullish()Determines whether an Outcome enum value is nullish.static TernaryValueTokenUtil. isStrWhiteSpaceChar(int c)Copied from Rhino's ScriptRuntime -
Uses of TernaryValue in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return TernaryValue Modifier and Type Method Description abstract TernaryValueTernaryValue. and(TernaryValue that)Gets theandofthisandthat.static TernaryValueTernaryValue. forBoolean(boolean val)Gets the TernaryValue for the given boolean.abstract TernaryValueTernaryValue. not()Gets thenotofthis.abstract TernaryValueTernaryValue. or(TernaryValue that)Gets theorofthisandthat.TernaryValueAllType. testForEquality(JSType that)TernaryValueBigIntType. testForEquality(JSType that)TernaryValueBooleanType. testForEquality(JSType that)TernaryValueEnumElementType. testForEquality(JSType that)TernaryValueEnumType. testForEquality(JSType that)TernaryValueJSType. testForEquality(JSType that)Comparesthisandthat.TernaryValueNullType. testForEquality(JSType that)TernaryValueNumberType. testForEquality(JSType that)TernaryValueObjectType. testForEquality(JSType that)TernaryValueProxyObjectType. testForEquality(JSType that)TernaryValueStringType. testForEquality(JSType that)TernaryValueSymbolType. testForEquality(JSType that)TernaryValueUnionType. testForEquality(JSType that)TernaryValueUnknownType. testForEquality(JSType that)TernaryValueVoidType. testForEquality(JSType that)TernaryValueBooleanLiteralSet. toTernaryValue()Converts to a TernaryValue.static TernaryValueTernaryValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TernaryValue[]TernaryValue. values()Returns an array containing the constants of this enum type, in the order they are declared.abstract TernaryValueTernaryValue. xor(TernaryValue that)Gets thexorofthisandthat.Methods in com.google.javascript.rhino.jstype with parameters of type TernaryValue Modifier and Type Method Description abstract TernaryValueTernaryValue. and(TernaryValue that)Gets theandofthisandthat.abstract TernaryValueTernaryValue. or(TernaryValue that)Gets theorofthisandthat.abstract TernaryValueTernaryValue. xor(TernaryValue that)Gets thexorofthisandthat.
-