Uses of Class
py4j.Argument

Packages that use Argument
py4j   
 

Uses of Argument in py4j
 

Methods in py4j that return types with arguments of type Argument
protected  List<Argument> AbstractCommand.getArguments(BufferedReader reader)
           
 

Method parameters in py4j with type arguments of type Argument
 ReturnObject Gateway.invoke(String fqn, List<Argument> args)
           
 ReturnObject Gateway.invoke(String methodName, String targetObjectId, List<Argument> args)
           
protected  ReturnObject ConstructorCommand.invokeConstructor(String fqn, List<Argument> arguments)
           
protected  ReturnObject AbstractCommand.invokeMethod(String methodName, String targetObjectId, List<Argument> arguments)