4546474849505152535455
return children.size() > 0; } public BlockEmitter getEmitter() { BlockEmitter emitter = null; try { emitter = BlockEmitterFactory.getBlockEmitter(this.getClass()); } catch (Exception e) { // TODO Exception handling e.printStackTrace();