A {@code SWCCompilationUnit} is similar to {@link ABCCompilationUnit} thatthey both deal with ABC byte code. The difference is that {@code ABCCompilationUnit} requires ABC byte code when created, while{@code SWCCompilationUnit} only need a pointer to the script location.{@code SWCCompilationUnit} does not request or digest the ABC byte code untilany of the handlers is called.
|
|
|
|