< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/NEW.java

Print this page

        

*** 25,35 **** /** * NEW - Create new object * <PRE>Stack: ... -&gt; ..., objectref</PRE> * - * @version $Id$ */ public class NEW extends CPInstruction implements LoadClass, AllocationInstruction, ExceptionThrower, StackProducer { /** --- 25,34 ----
< prev index next >