R - The type of the object returned by the visit*() methodsEX - The exception that the visit*() methods may throwpublic static interface Visitor.ArrayInitializerOrRvalueVisitor<R,EX extends Throwable>
Java.ArrayInitializerOrRvalue.| Modifier and Type | Method and Description |
|---|---|
R |
visitArrayInitializer(Java.ArrayInitializer ai) |
R |
visitRvalue(Java.Rvalue rvalue) |
Copyright © 2022. All rights reserved.