Constructor for FunctionInfo.paramname The name of the functionparamklass The class of the functionparamsignature The signature of the function this.name = name; this.functionClass = klass; this.functionSignature = signature;
this.name = name; this.functionClass = klass; this.functionSignature = signature;
The class of the function.returnThe class of the function return functionClass;
return functionClass;
The signature of the function.returnThe signature of the function return functionSignature;
return functionSignature;
The name of the function.returnThe name of the function return name;
return name;