141142143144145146147148149150151
ast.name.token, context.get(ast.from.table), ast.from.alias, context.get(ast.from.join.table), ast.from.join.alias); builder.namespace(target.namespace); // 結合条件 for (On on : ast.from.join.condition) { builder.on(on.left.token, on.right.token); }