Class ConstructorCall

java.lang.Object
org.ek9lang.compiler.ir.Call
org.ek9lang.compiler.ir.ConstructorCall
All Implemented Interfaces:
INode

public final class ConstructorCall extends Call
Specific Marker node for calling a constructor. This typically involves processing and is a significant activity, rather than just a method or function call.