public static interface Java.ArrayInitializerOrRvalue extends Java.Locatable
Java.ArrayInitializer and Java.Rvalue.| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(Visitor.ArrayInitializerOrRvalueVisitor<R,EX> aiorvv) |
void |
setEnclosingScope(Java.Scope s)
Sets the immediately enclosing scope for this array initializer or rvalue.
|
getLocation, throwCompileExceptionvoid setEnclosingScope(Java.Scope s)
@Nullable <R,EX extends Throwable> R accept(Visitor.ArrayInitializerOrRvalueVisitor<R,EX> aiorvv) throws EX extends Throwable
EX extends ThrowableCopyright © 2022. All rights reserved.