Class AbstractVariableDeclGenerator

java.lang.Object
org.ek9lang.compiler.phase7.generator.AbstractGenerator
org.ek9lang.compiler.phase7.generator.AbstractVariableDeclGenerator
Direct Known Subclasses:
VariableDeclInstrGenerator

abstract class AbstractVariableDeclGenerator extends AbstractGenerator
Pulls out the common code for variable and variable-only declarations. DRY.
  • Constructor Details

    • AbstractVariableDeclGenerator

      AbstractVariableDeclGenerator(IRGenerationContext stackContext)
  • Method Details

    • getDeclInstrs

      public List<IRInstr> getDeclInstrs(org.antlr.v4.runtime.tree.ParseTree ctx)