192919301931193219331934193519361937
public boolean visit(BooleanLiteral node) { if (!isActive()) { return false; } push(new PushBoolean(node.booleanValue())); return true; }
27732774277527762777277827792780278127822783
for (int i = 0; i < operatorNumber; i++) { conditionalJumps[i].setOffset(fCounter - conditionalJumpAddresses[i] - 1); } push(new PushBoolean(isOrOr)); storeInstruction(); // store the no-op storeInstruction();