/* This file was generated by SableCC (http://www.sablecc.org/). */ package soot.jimple.parser.node; public interface Cast { Object cast(Object o); }