jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/AttributeSetMethodGenerator.java
changeset 46174 5611d2529b49
parent 44797 8b3b3b911b8a
equal deleted inserted replaced
46173:5546b5710844 46174:5611d2529b49
     1 /*
     1 /*
     2  * reserved comment block
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT REMOVE OR ALTER!
       
     4  */
     3  */
     5 /*
     4 /*
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     5  * Licensed to the Apache Software Foundation (ASF) under one or more
     7  * contributor license agreements.  See the NOTICE file distributed with
     6  * contributor license agreements.  See the NOTICE file distributed with
     8  * this work for additional information regarding copyright ownership.
     7  * this work for additional information regarding copyright ownership.
    50         argNames[2] = TRANSLET_OUTPUT_PNAME;
    49         argNames[2] = TRANSLET_OUTPUT_PNAME;
    51         argNames[3] = NODE_PNAME;
    50         argNames[3] = NODE_PNAME;
    52     }
    51     }
    53 
    52 
    54    public AttributeSetMethodGenerator(String methodName, ClassGenerator classGen) {
    53    public AttributeSetMethodGenerator(String methodName, ClassGenerator classGen) {
    55         super(com.sun.org.apache.bcel.internal.Constants.ACC_PRIVATE,
    54         super(com.sun.org.apache.bcel.internal.Const.ACC_PRIVATE,
    56               com.sun.org.apache.bcel.internal.generic.Type.VOID,
    55               com.sun.org.apache.bcel.internal.generic.Type.VOID,
    57               argTypes, argNames, methodName,
    56               argTypes, argNames, methodName,
    58               classGen.getClassName(),
    57               classGen.getClassName(),
    59               new InstructionList(),
    58               new InstructionList(),
    60               classGen.getConstantPool());
    59               classGen.getConstantPool());