Class ConstructorCallExpression

    • Constructor Detail

      • ConstructorCallExpression

        public ConstructorCallExpression​(TypeDescriptor<?> type,
                                         Expression... arguments)
                                  throws VilException
        Creates a constructor call.
        Parameters:
        type - the type to obtain the constructor from
        arguments - the arguments
        Throws:
        VilException - in case that determining the type fails
      • ConstructorCallExpression

        public ConstructorCallExpression​(TypeDescriptor<?> type,
                                         CallArgument... arguments)
                                  throws VilException
        Creates a constructor call.
        Parameters:
        type - the type to obtain the constructor from
        arguments - the arguments
        Throws:
        VilException - in case that determining the type fails