Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableSortedMap.Builder<java.lang.String,RecordTypeBuilder.RecordProperty> |
RecordTypeBuilder.properties |
Modifier and Type | Method and Description |
---|---|
RecordType |
JSTypeRegistry.createRecordType(java.util.Map<java.lang.String,RecordTypeBuilder.RecordProperty> properties)
Creates a record type.
|
Constructor and Description |
---|
RecordType(JSTypeRegistry registry,
java.util.Map<java.lang.String,RecordTypeBuilder.RecordProperty> properties) |
RecordType(JSTypeRegistry registry,
java.util.Map<java.lang.String,RecordTypeBuilder.RecordProperty> properties,
boolean declared)
Creates a record type.
|