java.lang.Object
com.sun.tools.corba.ee.idl.Factories
com.sun.tools.corba.ee.idl.toJavaPortable.Factories

public class Factories extends Factories
  • Field Details

  • Constructor Details

    • Factories

      public Factories()
  • Method Details

    • genFactory

      public GenFactory genFactory()
      Description copied from class: Factories
      Return the implementation of the GenFactory interface. If this returns null, then the compiler cannot generate anything.
      Overrides:
      genFactory in class Factories
      Returns:
      null
    • arguments

      public Arguments arguments()
      Description copied from class: Factories
      Return a subclass of the Arguments class. If this returns null, the default will be used.
      Overrides:
      arguments in class Factories
      Returns:
      a new instance of Arguments
    • languageKeywords

      public String[] languageKeywords()
      Description copied from class: Factories
      Return the list of keywords in the generated language. Note that these keywords may contain the following wildcards:
      `*'
      matches zero or more characters
      `+'
      matches one or more characters
      `.'
      matches any single character
      Overrides:
      languageKeywords in class Factories
      Returns:
      an array of keywords
    • helper

      public Helper helper()
    • valueFactory

      public ValueFactory valueFactory()
    • defaultFactory

      public DefaultFactory defaultFactory()
    • holder

      public Holder holder()
    • skeleton

      public Skeleton skeleton()
    • stub

      public Stub stub()