Class JavacDefinitions
- java.lang.Object
-
- manifold.preprocessor.definitions.JavacDefinitions
-
public class JavacDefinitions extends Object
-
-
Constructor Summary
Constructors Constructor Description JavacDefinitions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddAnnotationOptions(Map<String,String> map, com.sun.tools.javac.processing.JavacProcessingEnvironment jpe)These are the-Akey[=value]options on the javac command line, much like-D, but for the javac environment, not the JVM.protected voidaddJavacEnvironment(Map<String,String> map)Map<String,String>getEnv()
-
-
-
Method Detail
-
addAnnotationOptions
protected void addAnnotationOptions(Map<String,String> map, com.sun.tools.javac.processing.JavacProcessingEnvironment jpe)
These are the-Akey[=value]options on the javac command line, much like-D, but for the javac environment, not the JVM. Intended for use with annotations, but also great for a preprocessor. See Standard Options.
-
-