private static void TopStmtTyCheck_ParamsDecl(KStatement stmt, Syntax syn, KGamma gma) { throw new NotImplementedException(); }
public static void ExprTyCheck_Expr(KStatement stmt, Syntax syn, KGamma gma) { throw new NotImplementedException(); }
private static void ExprTyCheck_MethodCall(KStatement stmt, Syntax syn, KGamma gma) { throw new NotImplementedException(); }