| Constructor and Description |
|---|
Argument(String name,
String type) |
Argument(String name,
String type,
boolean required,
Object defaultValue) |
Argument(String name,
TypeSignature type,
boolean required,
Object defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue()
Argument default value in type's stack representation.
|
String |
getName() |
TypeSignature |
getType() |
boolean |
isOptional() |
boolean |
isRequired() |
String |
toString() |
public Argument(String name, TypeSignature type, boolean required, @Nullable Object defaultValue)
public String getName()
public TypeSignature getType()
public boolean isRequired()
public boolean isOptional()
public Object getDefaultValue()
Copyright © 2012–2022. All rights reserved.