Package org.codehaus.janino
Interface Visitor.TryStatementResourceVisitor<R,EX extends Throwable>
-
- Type Parameters:
R
- The type of the object returned by thevisit*()
methodsEX
- The exception that thevisit*()
methods may throw
- Enclosing class:
- Visitor
public static interface Visitor.TryStatementResourceVisitor<R,EX extends Throwable>
The visitor for all kinds ofJava.TryStatement.Resource
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
visitLocalVariableDeclaratorResource(Java.TryStatement.LocalVariableDeclaratorResource lvdr)
R
visitVariableAccessResource(Java.TryStatement.VariableAccessResource var)
-
-
-
Method Detail
-
visitLocalVariableDeclaratorResource
@Nullable R visitLocalVariableDeclaratorResource(Java.TryStatement.LocalVariableDeclaratorResource lvdr) throws EX extends Throwable
-
-