1/* This file was generated by SableCC (http://www.sablecc.org/). */
2
3package com.google.clearsilver.jsilver.syntax.node;
4
5public interface Switchable
6{
7    void apply(Switch sw);
8}
9