469470471472473474475
public CodeBlock NEXT1() { return add(new Next1(this)); } public CodeBlock YIELD0() { return add(new Yield0(this)); }