Package org.eolang.ineo.scenario
Class ScInPlace
- java.lang.Object
-
- org.eolang.ineo.scenario.ScWrap
-
- org.eolang.ineo.scenario.ScInPlace
-
public final class ScInPlace extends ScWrap
Scenario where object is created inside the creation of another object. Example in Java would look like:new B(new A(42))
(b (a 42).new).new
- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description ScInPlace()
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-