This package includes the operator definitions for abstract syntax nodes for the Java programming language. They all descend from fluid.java.JavaOperator which uses the locally generated class LoadOperator to ensure all operators are loaded when any operator is used. It also includes a dictionary mapping names to operator prototypes.

The following grammar is generated automatically from the operator description files. Nonterminals appearing on the left of a production lead to the class definition when their links are followed. Nonterminals on the right of a production lead to their definition in the grammar. The operator naming the actual operator stored with a production is given after a hash sign (#). Following this link goes to the class documentation.