Subclasses of PyBuiltinFunctionSet will implement some or all of the __call__ method with a switch on the index number.
| Modifier and Type | Field and Description |
|---|---|
| protected final int |
| Access | Constructor and Description |
|---|---|
| public | |
| public | |
| public | |
| public |
| index | back to summary |
|---|---|
| protected final int index | |
| PyBuiltinFunctionSet | back to summary |
|---|---|
| public PyBuiltinFunctionSet(String name, int index) Creates a PyBuiltinFunctionSet that expects 1 argument. | |
| PyBuiltinFunctionSet | back to summary |
|---|---|
| public PyBuiltinFunctionSet(String name, int index, int numargs) | |
| PyBuiltinFunctionSet | back to summary |
|---|---|
| public PyBuiltinFunctionSet(String name, int index, int minargs, int maxargs) | |
| PyBuiltinFunctionSet | back to summary |
|---|---|
| public PyBuiltinFunctionSet(String name, int index, int minargs, int maxargs, String doc) | |