Package | Description |
---|---|
net.sourceforge.jenesis4java | |
net.sourceforge.jenesis4java.impl |
Modifier and Type | Method and Description |
---|---|
abstract Assign |
VirtualMachine.newAssign(int type,
Variable left,
Expression right)
Expression factory method which returns a new assignment of the
given type. |
abstract Assign |
VirtualMachine.newAssign(Variable left,
Expression right)
Expression factory method which returns a new assignment of the
SIMPLE type. |
Assign |
Assign.setVariable(Variable variable)
Sets the lvalue.
|
Modifier and Type | Method and Description |
---|---|
List<Assign> |
Let.getAssigns()
Gets the list of comma separated assignments as an list of
Assign
. |
Modifier and Type | Method and Description |
---|---|
Let |
Let.addAssign(Assign assign)
Adds a new assignment to this variable declaration.
|
Modifier and Type | Method and Description |
---|---|
Assign |
MVM.newAssign(int type,
Variable l,
Expression r) |
Assign |
MVM.newAssign(Variable l,
Expression r) |
Copyright © 2000–2018 jenesis4java. All rights reserved.