Expressions
Code generation in JFuncMachine is specified in terms of Expression
objects. For example, the code of a Java method in JFuncMachine is
represented by a single Expression object, which itself may contain
other expressions. You also use Expression objects to supply the
arguments for a Java method invocation.