Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanType
Boolean type.
|
class |
NullType
Null type.
|
class |
NumberType
Number type.
|
class |
StringType
String type.
|
class |
VoidType
Void type whose only element is the
undefined value. |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
CanCastToVisitor.caseValueType(ValueType thisType,
JSType thatType) |
T |
RelationshipVisitor.caseValueType(ValueType thisType,
JSType thatType)
Value type's case.
|