Class AbstractVariableDeclGenerator
java.lang.Object
org.ek9lang.compiler.phase7.generator.AbstractGenerator
org.ek9lang.compiler.phase7.generator.AbstractVariableDeclGenerator
- Direct Known Subclasses:
VariableDeclInstrGenerator
Pulls out the common code for variable and variable-only declarations. DRY.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.phase7.generator.AbstractGenerator
debugInfoCreator, instructionBuilder, stackContext
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ek9lang.compiler.phase7.generator.AbstractGenerator
extractCallMetaData, getRecordedSymbolOrException
-
Constructor Details
-
AbstractVariableDeclGenerator
AbstractVariableDeclGenerator(IRGenerationContext stackContext)
-
-
Method Details
-
getDeclInstrs
-