200720082009201020112012201320142015
public boolean visit(CharacterLiteral node) { if (!isActive()) { return false; } push(new PushChar(node.charValue())); return true; }