Class JctCompilers
java.lang.Object
io.github.ascopes.jct.utils.UtilityClass
io.github.ascopes.jct.compilers.JctCompilers
Helpers to create new compiler instances.
- Since:
- 0.0.1
- Author:
- Ashley Scopes
-
Method Summary
Modifier and TypeMethodDescriptionstatic JctCompiler
Create a new instance of the default platform compiler that is part of the JDK (javac
on OpenJDK-derived implementations).
-
Method Details
-
newPlatformCompiler
Create a new instance of the default platform compiler that is part of the JDK (javac
on OpenJDK-derived implementations).- Returns:
- the compiler instance.
- Since:
- 0.2.0
-