Class MemberInitExpression

All Implemented Interfaces:
Node

public class MemberInitExpression extends Expression
Represents calling a constructor and initializing one or more members of the new object.
  • Constructor Details

    • MemberInitExpression

      public MemberInitExpression()
  • Method Details