Package org.codehaus.janino
Interface Visitor.LvalueVisitor<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.LvalueVisitor<R,EX extends Throwable>
The visitor for all kinds of
Java.Lvalue
s.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
visitAmbiguousName
-
visitArrayAccessExpression
-
visitFieldAccess
-
visitFieldAccessExpression
-
visitSuperclassFieldAccessExpression
@Nullable R visitSuperclassFieldAccessExpression(Java.SuperclassFieldAccessExpression scfae) throws EX -
visitLocalVariableAccess
-
visitParenthesizedExpression
-