R - The type of the object returned by the visit*() methodsEX - The exception that the visit*() methods may throwpublic static interface Visitor.FieldDeclarationOrInitializerVisitor<R,EX extends Throwable>
Java.BlockStatements (statements that may appear with a block).| Modifier and Type | Method and Description |
|---|---|
R |
visitFieldDeclaration(Java.FieldDeclaration fd)
|
R |
visitInitializer(Java.Initializer i)
|
Copyright © 2022. All rights reserved.