Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Method and Description |
---|---|
RecordType |
JSTypeRegistry.createRecordType(Map<String,com.google.javascript.rhino.jstype.RecordTypeBuilder.RecordProperty> properties)
Creates a record type.
|
RecordType |
ProxyObjectType.toMaybeRecordType() |
RecordType |
JSType.toMaybeRecordType()
Downcasts this to a RecordType, or returns null if this is not
a RecordType.
|
RecordType |
RecordType.toMaybeRecordType() |
Copyright © 2009–2023 Google. All rights reserved.