Search in sources :

Example 1 with LocalFunExpr

use of suite.jdk.gen.FunExprM.LocalFunExpr in project suite by stupidsing.

the class FunFactory method local.

public FunExpr local(int number) {
    // 0 means this
    LocalFunExpr expr = new LocalFunExpr();
    expr.index = number;
    return expr;
}
Also used : AssignLocalFunExpr(suite.jdk.gen.FunExprM.AssignLocalFunExpr) LocalFunExpr(suite.jdk.gen.FunExprM.LocalFunExpr) DeclareLocalFunExpr(suite.jdk.gen.FunExprL.DeclareLocalFunExpr)

Aggregations

DeclareLocalFunExpr (suite.jdk.gen.FunExprL.DeclareLocalFunExpr)1 AssignLocalFunExpr (suite.jdk.gen.FunExprM.AssignLocalFunExpr)1 LocalFunExpr (suite.jdk.gen.FunExprM.LocalFunExpr)1