package com.babel17.interpreter.values; public final class BlockValue extends CollectionValue { public boolean empty() { throw new RuntimeException("not implemented"); } }