blob: dfc6a4602268517f1f976a715e8932ffa798ad54 [file] [log] [blame]
/* This file was generated by SableCC (http://www.sablecc.org/). */
package com.google.clearsilver.jsilver.syntax.node;
public interface Switchable
{
void apply(Switch sw);
}