Class ObjectAccessInstrGenerator

java.lang.Object
org.ek9lang.compiler.phase7.ObjectAccessInstrGenerator

final class ObjectAccessInstrGenerator extends Object
Creates IR instructions for object access expressions. Handles constructor calls and method calls using resolved symbols. Generates new BasicBlock IR (IRInstructions) instead of old Block IR (INode).
  • Constructor Details

    • ObjectAccessInstrGenerator

      ObjectAccessInstrGenerator(IRContext context)
  • Method Details