public class ObjectMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<ObjectValue> |
parameters |
| Constructor and Description |
|---|
ObjectMethod(String name,
List<ObjectValue> parameters)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<ObjectValue> |
getParameters() |
protected String name
protected List<ObjectValue> parameters
public ObjectMethod(String name, List<ObjectValue> parameters)
public String getName()
public List<ObjectValue> getParameters()
Copyright © 2018. All rights reserved.