public static interface Java.TypeArgument
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(Visitor.TypeArgumentVisitor<R,EX> visitor)
Invokes the "
visit...()" method of Visitor.TypeArgumentVisitor for the concrete Java.TypeArgument type. |
void |
setEnclosingScope(Java.Scope enclosingScope)
Sets the enclosing scope for this type argument.
|
void setEnclosingScope(Java.Scope enclosingScope)
@Nullable <R,EX extends Throwable> R accept(Visitor.TypeArgumentVisitor<R,EX> visitor) throws EX extends Throwable
visit...()" method of Visitor.TypeArgumentVisitor for the concrete Java.TypeArgument type.EX extends ThrowableCopyright © 2022. All rights reserved.