Class Factories

    • Field Detail

      • keywords

        static java.lang.String[] keywords
      • _helper

        private Helper _helper
      • _holder

        private Holder _holder
      • _stub

        private Stub _stub
    • Constructor Detail

      • Factories

        public Factories()
    • Method Detail

      • 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 java.lang.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()
      • holder

        public Holder holder()
      • stub

        public Stub stub()