public class FunctionArgumentSignature extends Object
| Constructor and Description |
|---|
FunctionArgumentSignature(String name,
Object defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue() |
String |
getName() |
void |
setDefaultValue(Object defaultValue) |
void |
setName(String name) |
Copyright © 2016 bit3. All rights reserved.