Interface ClassGenerator

  • All Superinterfaces:
    ClassInfo
    All Known Implementing Classes:
    ClassGeneratorImpl

    public interface ClassGenerator
    extends ClassInfo
    Represents a generated AST, which can be used to generate code. XXX Should we add methods to this interface that are similar to the methods on Wrapper like _generate?
    • Method Detail

      • name

        java.lang.String name()
        Description copied from interface: ClassInfo
        Return the fully qualified class name for this ClassInfo.
        Specified by:
        name in interface ClassInfo