001/* This file was generated by SableCC (http://www.sablecc.org/). */ 002 003package org.anarres.graphviz.parser.node; 004 005public interface Switchable 006{ 007 void apply(Switch sw); 008}