Uses of Enum Class
com.google.javascript.jscomp.NodeUtil.ValueType
Packages that use NodeUtil.ValueType
-
Uses of NodeUtil.ValueType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return NodeUtil.ValueTypeModifier and TypeMethodDescriptionstatic NodeUtil.ValueTypeNodeUtil.getKnownValueType(Node n) Evaluate a node's token and attempt to determine which primitive value type it could resolve to Without proper type information some assumptions had to be made for operations that could result in a BigInt or a Number.static NodeUtil.ValueTypeReturns the enum constant of this class with the specified name.static NodeUtil.ValueType[]NodeUtil.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.