Package io.polyapi.plugin.model.function
Class PolyFunction
java.lang.Object
io.polyapi.plugin.model.function.PolyFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the signature of this function in the form of functionName(ArgClass, ArgClass2...).
-
Constructor Details
-
PolyFunction
public PolyFunction()
-
-
Method Details
-
getSignature
Gets the signature of this function in the form of functionName(ArgClass, ArgClass2...).- Returns:
- String The signature of this function.
-