public interface Assign extends Binary
Expression subinterface for assignments.| Modifier and Type | Field and Description |
|---|---|
static int |
S
Assignment type for simple:
(a = b). |
| Modifier and Type | Method and Description |
|---|---|
Variable |
getVariable()
Gets the lvalue.
|
Assign |
setVariable(Variable variable)
Sets the lvalue.
|
int |
type()
Returns the type of this assignment as one of the constants in this
interface.
|
getLValue, getRValue, setLValue, setRValuegetTypeapplyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vmstatic final int S
(a = b).Copyright © 2000–2018 jenesis4java. All rights reserved.