Interface ILazyCompilerInstructions
public interface ILazyCompilerInstructions
-
Method Summary
Modifier and TypeMethodDescriptionget()static @NotNull ILazyCompilerInstructionsof(@NotNull CompilerInstructions aCompilerInstructions) static @NotNull ILazyCompilerInstructionsof(@NotNull CompilerInput input, @NotNull CompilationClosure cc)
-
Method Details
-
of
@Contract(value="_ -> new", pure=true) @NotNull static @NotNull ILazyCompilerInstructions of(@NotNull @NotNull CompilerInstructions aCompilerInstructions) -
of
@Contract(value="_, _ -> new", pure=true) @NotNull static @NotNull ILazyCompilerInstructions of(@NotNull @NotNull CompilerInput input, @NotNull @NotNull CompilationClosure cc) -
get
CompilerInstructions get()
-