< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. --- 1,7 ---- /* ! * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership.
*** 24,34 **** /** * ARRAYLENGTH - Get length of array * <PRE>Stack: ..., arrayref -&gt; ..., length</PRE> * - * @version $Id$ * @LastModified: Jun 2019 */ public class ARRAYLENGTH extends Instruction implements ExceptionThrower, StackProducer, StackConsumer /* since 6.0 */ { --- 24,33 ----
< prev index next >