abstract class Crygen::Abstract::GeneratorInterface

Overview

The Crygen::Abstract::GeneratorInterface is an interface with a method signature : #generate. This latter must return a string to easily get the generated code. This rule is applied to classes located in the src/types directory.

Direct Known Subclasses

Defined in:

interfaces/generator_interface.cr

Instance Method Summary

Instance Method Detail

abstract def generate : String #

This method generates a class.


[View source]