Class CompiledExpressionCompiler


  • public class CompiledExpressionCompiler
    extends ExpressionCompiler
    Compiler for a CompiledExpression. This arises when we need to compile an expression such as F[E], and E has already been compiled. We generate code to invoke the already-existing bytecode for E.
    • Constructor Detail

      • CompiledExpressionCompiler

        public CompiledExpressionCompiler()