13141516171819
throw new RuntimeException("ScriptletRule should not be executed"); } @Override public Node getNode(TextChunk chunk) { return new ScriptletNode(chunk.getText(), chunk.getBeginLine()); }
14151617181920
throw new RuntimeException("ScriptletRule should not be executed"); } @Override public Node getNode(TextChunk chunk) { return new ScriptletNode(chunk.getText()); }