Uses of Class
org.codehaus.mojo.idlj.Define
-
Packages that use Define Package Description org.codehaus.mojo.idlj -
-
Uses of Define in org.codehaus.mojo.idlj
Fields in org.codehaus.mojo.idlj with type parameters of type Define Modifier and Type Field Description private java.util.List<Define>
Source. defines
The list of preprocessor symbols to define.Methods in org.codehaus.mojo.idlj that return types with arguments of type Define Modifier and Type Method Description java.util.List<Define>
Source. getDefines()
Methods in org.codehaus.mojo.idlj with parameters of type Define Modifier and Type Method Description private void
IdljTranslator. addSymbolDefinition(java.util.List<java.lang.String> args, Define define)
-