Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Method and Description |
---|---|
UnionType |
ProxyObjectType.toMaybeUnionType() |
UnionType |
JSType.toMaybeUnionType()
Downcasts this to a UnionType, or returns null if this is not a UnionType.
|
UnionType |
UnionType.toMaybeUnionType() |
Modifier and Type | Method and Description |
---|---|
JSType |
ModificationVisitor.caseUnionType(UnionType type) |
T |
Visitor.caseUnionType(UnionType type)
Union type's case.
|
Copyright © 2009–2023 Google. All rights reserved.