public class TypeArgument extends Object
| Modifier and Type | Field and Description |
|---|---|
ReferenceTypeSignature |
type |
WildcardIndicator |
wildcard |
| Constructor and Description |
|---|
TypeArgument(WildcardIndicator wildcard,
ReferenceTypeSignature type) |
public final WildcardIndicator wildcard
public final ReferenceTypeSignature type
public TypeArgument(WildcardIndicator wildcard, ReferenceTypeSignature type)
Copyright © 2021. All rights reserved.