Package | Description |
---|---|
net.sourceforge.jenesis4java | |
net.sourceforge.jenesis4java.impl |
Modifier and Type | Method and Description |
---|---|
abstract Cast |
VirtualMachine.newBrackets(Expression value)
Expression factory method which returns a new expression that
wraps brackets around the expression. |
abstract Cast |
VirtualMachine.newCast(Type type,
Expression value)
Expression factory method which returns a new cast function
having the given type and value. |
Cast |
Cast.setExpression(Expression expr)
Sets the
Expression for the cast (the right hand part of the
expression). |
Modifier and Type | Method and Description |
---|---|
Cast |
MVM.newBrackets(Expression expression) |
Cast |
MVM.newCast(Type type,
Expression val) |
Copyright © 2000–2018 jenesis4java. All rights reserved.