Package | Description |
---|---|
net.sourceforge.jenesis4java | |
net.sourceforge.jenesis4java.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
Assign
Expression subinterface for assignments. |
Modifier and Type | Method and Description |
---|---|
abstract Binary |
VirtualMachine.newBinary(int type,
Expression left,
Expression right)
Expression factory method which returns a new unary function of
the given type. |
Binary |
Binary.setLValue(Expression e)
Setter method for the left side.
|
Binary |
Binary.setRValue(Expression e)
Setter method for the right side.
|
Modifier and Type | Method and Description |
---|---|
Binary |
MVM.newBinary(int type,
Expression l,
Expression r) |
Copyright © 2000–2018 jenesis4java. All rights reserved.