public class OperatorDesc extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
function |
protected String |
name |
protected String[] |
usages |
Constructor and Description |
---|
OperatorDesc(String name,
String function,
String... usages)
Create OperatorDesc given it components.
|
Modifier and Type | Method and Description |
---|---|
String |
getFunction() |
String |
getName() |
String[] |
getUsages() |
void |
setFunction(String val) |
void |
setName(String name) |
void |
setUsages(String[] usages) |
String |
toString() |
protected String name
protected String[] usages
protected String function
Copyright © 2022. All rights reserved.