Interface Function
-
public interface Function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionHandlerfindHandler()FunctionHandlerfindHandler(String signature)FunctionTypegetType()
-
-
-
Method Detail
-
getType
FunctionType getType()
-
findHandler
FunctionHandler findHandler()
-
findHandler
FunctionHandler findHandler(String signature)
-
-