Class ObjectAccessInstructionCreator

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

public final class ObjectAccessInstructionCreator 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).