Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Method and Description |
---|---|
UnionTypeBuilder |
UnionTypeBuilder.addAlternate(JSType alternate)
Adds an alternate to the union type under construction.
|
UnionTypeBuilder |
UnionTypeBuilder.addAlternate(JSType alternate,
boolean isStructural)
Adds an alternate to the union type under construction.
|
Copyright © 2009–2023 Google. All rights reserved.