< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/FCONST.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.
*** 23,34 **** /** * FCONST - Push 0.0, 1.0 or 2.0, other values cause an exception * * <PRE>Stack: ... -&gt; ..., </PRE> * ! * @version $Id$ ! * @LastModified: Jun 2019 */ public class FCONST extends Instruction implements ConstantPushInstruction { private float value; --- 23,33 ---- /** * FCONST - Push 0.0, 1.0 or 2.0, other values cause an exception * * <PRE>Stack: ... -&gt; ..., </PRE> * ! * @LastModified: Jan 2020 */ public class FCONST extends Instruction implements ConstantPushInstruction { private float value;
< prev index next >