Package py4j.commands

Class ConstructorCommand

java.lang.Object
py4j.commands.AbstractCommand
py4j.commands.ConstructorCommand
All Implemented Interfaces:
Command

public class ConstructorCommand extends AbstractCommand

A ConstructorCommand is responsible for calling the constructors of a Java class. It provides similar services to the CallCommand.

Author:
Barthelemy Dagenais
  • Field Details

  • Constructor Details

    • ConstructorCommand

      public ConstructorCommand()
  • Method Details