Class MethodGen24

java.lang.Object
com.sun.tools.corba.ee.idl.toJavaPortable.MethodGen
com.sun.tools.corba.ee.idl.toJavaPortable.MethodGen24
All Implemented Interfaces:
Generator, MethodGen

public class MethodGen24 extends MethodGen
  • Constructor Details

    • MethodGen24

      public MethodGen24()
      Public zero-argument constructor.
  • Method Details

    • writeParmList

      protected void writeParmList(MethodEntry m, boolean listTypes, PrintWriter stream)
      Print the parameter list for the factory method.
      Parameters:
      m - The method to list parameters for
      listTypes - If try, declare the parms, otherwise just list them
      stream - The PrintWriter to print on
    • writeMethodSignature

      protected void writeMethodSignature()
      Overrides:
      writeMethodSignature in class MethodGen
    • interfaceMethod

      protected void interfaceMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream)
      Overrides:
      interfaceMethod in class MethodGen