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, setRValue
getType
applyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vm
static final int S
(a = b)
.Copyright © 2000–2018 jenesis4java. All rights reserved.