|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Rvalue
org.codehaus.janino.Java.Lvalue
public abstract static class Java.Lvalue
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.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.janino.Java.Located |
|---|
NOWHERE |
| Constructor Summary | |
|---|---|
protected |
Java.Lvalue(Location location)
|
| Method Summary | |
|---|---|
abstract void |
accept(Visitor.LvalueVisitor lvv)
Invokes the ' visit...()' method of Visitor.LvalueVisitor for the concrete Java.Lvalue
type. |
Java.Lvalue |
toLvalue()
|
| Methods inherited from class org.codehaus.janino.Java.Rvalue |
|---|
accept, getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue |
| Methods inherited from class org.codehaus.janino.Java.Atom |
|---|
accept, toLvalueOrCompileException, toRvalueOrCompileException, toString, toType, toTypeOrCompileException |
| Methods inherited from class org.codehaus.janino.Java.Located |
|---|
getLocation, throwCompileException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.codehaus.janino.Java.Locatable |
|---|
getLocation, throwCompileException |
| Methods inherited from interface org.codehaus.janino.Java.ElementValue |
|---|
accept |
| Constructor Detail |
|---|
protected Java.Lvalue(Location location)
| Method Detail |
|---|
public Java.Lvalue toLvalue()
toLvalue in class Java.AtomJava.Lvalue, or null if this atom is not an lvaluepublic abstract void accept(Visitor.LvalueVisitor lvv)
visit...()' method of Visitor.LvalueVisitor for the concrete Java.Lvalue
type.
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||