Class AbstractGenerator
java.lang.Object
org.ek9lang.compiler.phase7.AbstractGenerator
- Direct Known Subclasses:
AbstractVariableDeclGenerator
Acts as base for most generators as they all require the context and in most cases
need to generate debug information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context
-
debugInfoCreator
-
-
Constructor Details
-
AbstractGenerator
AbstractGenerator(IRContext context)
-