Get the entry function. @return The entry function if exist
()
| 62 | * @return The entry function if exist |
| 63 | */ |
| 64 | public Function entryFunc() { |
| 65 | if (entry == null) { |
| 66 | entry = getFunction(entryName); |
| 67 | } |
| 68 | return entry; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Get function from the module. |