Package | Description |
---|---|
net.sourceforge.jenesis4java | |
net.sourceforge.jenesis4java.impl |
Modifier and Type | Method and Description |
---|---|
abstract Ternary |
VirtualMachine.newTernary(int type,
Expression one,
Expression two,
Expression three)
Expression factory method which returns a new unary function of
the given type. |
Ternary |
Ternary.setValue1(Expression e)
Mutator method for the first operand.
|
Ternary |
Ternary.setValue2(Expression e)
Mutator method for the second operand.
|
Ternary |
Ternary.setValue3(Expression e)
Mutator method for the third operand.
|
Modifier and Type | Method and Description |
---|---|
Ternary |
MVM.newTernary(int type,
Expression one,
Expression two,
Expression three) |
Copyright © 2000–2018 jenesis4java. All rights reserved.