/* This file was generated by SableCC (http://www.sablecc.org/). */ package net.sourceforge.texlipse.texparser.node; public interface Switchable { void apply(Switch sw); }