package bluej.stride.framedjava.ast;
import bluej.stride.slots.TextSlot;
public abstract class TextSlotFragment
extends StringSlotFragment{
public TextSlotFragment(String content)
{
super(content);
}
public abstract void registerSlot(TextSlot slot);
}
top,
use,
map,
abstract class TextSlotFragment