org.codehaus.janino

Class Java.Lvalue

public abstract static class Java.Lvalue extends Java.Rvalue

Representation of an "lvalue", i.e. an expression that has a type and a value, and can be assigned to: An expression that can be the left-hand-side of an assignment.
Constructor Summary
protected Lvalue(Location location)
Method Summary
abstract voidaccept(Visitor.LvalueVisitor lvv)
Java.LvaluetoLvalue()

Constructor Detail

Lvalue

protected Lvalue(Location location)

Method Detail

accept

public abstract void accept(Visitor.LvalueVisitor lvv)

toLvalue

public Java.Lvalue toLvalue()