R - The type of the object returned by the visit*() methodsEX - The exception that the visit*() methods may throwpublic static interface Visitor.TryStatementResourceVisitor<R,EX extends Throwable>
Java.TryStatement.Resources.| Modifier and Type | Method and Description |
|---|---|
R |
visitLocalVariableDeclaratorResource(Java.TryStatement.LocalVariableDeclaratorResource lvdr)
|
R |
visitVariableAccessResource(Java.TryStatement.VariableAccessResource var)
|
@Nullable R visitLocalVariableDeclaratorResource(Java.TryStatement.LocalVariableDeclaratorResource lvdr) throws EX extends Throwable
Copyright © 2019. All rights reserved.