public class Invoke extends Object implements Serializable
| Constructor and Description | 
|---|
Invoke()  | 
Invoke(InvokeAtType type,
      Integer pass,
      String method,
      List<Argument> arguments)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addArgument(Argument argument)  | 
boolean | 
equals(Object obj)  | 
List<Argument> | 
getArguments()  | 
InvokeAtType | 
getAt()  | 
String | 
getMethod()  | 
int | 
getPass()  | 
int | 
hashCode()  | 
boolean | 
removeArgument(Argument argument)  | 
void | 
setArguments(List<Argument> arguments)  | 
void | 
setAt(InvokeAtType at)  | 
void | 
setMethod(String method)  | 
void | 
setPass(int pass)  | 
public Invoke()
public Invoke(InvokeAtType type, Integer pass, String method, List<Argument> arguments)
public String getMethod()
public void setMethod(String method)
public int getPass()
public void setPass(int pass)
public InvokeAtType getAt()
public void setAt(InvokeAtType at)
public void addArgument(Argument argument)
public boolean removeArgument(Argument argument)
Copyright © 2020. All rights reserved.