Class NewLambdaIR

java.lang.Object
com.googlecode.aviator.code.interpreter.ir.NewLambdaIR
All Implemented Interfaces:
IR, Serializable

public class NewLambdaIR extends Object implements IR
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • lambdaName

      private final String lambdaName
  • Constructor Details

    • NewLambdaIR

      public NewLambdaIR(String lambdaName)
  • Method Details