| Constructor and Description |
|---|
OptionalType(Type elementType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TypeVisitor visitor)
Accepts a type visitor and dispatches to the appropriate visitor method,
depending on class of the individual type.
|
Type |
getElementType() |
public OptionalType(Type elementType)
public Type getElementType()
public void accept(TypeVisitor visitor)
TypeCopyright © 2022. All rights reserved.