Visit the main class of the current module. @param mainClass the internal name of the main class of the current module.
(final String mainClass)
| 78 | * @param mainClass the internal name of the main class of the current module. |
| 79 | */ |
| 80 | public void visitMainClass(final String mainClass) { |
| 81 | if (mv != null) { |
| 82 | mv.visitMainClass(mainClass); |
| 83 | } |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Visit a package of the current module. |