CPreprocessorIf[cond] is a symbolic representation of a preprocessor if conditional.CPreprocessorIf[cond, true, false] represents the true and false cases.
CPreprocessorIfndef[cond] is a symbolic representation of a preprocessor ifndef conditional.CPreprocessorIfndef[cond, true, false] represents the true and false cases.
CProgram[args] is a symbolic representation of an entire program.
CReturn[ ] is a symbolic representation of a return from a function. CReturn[arg] returns the argument arg.
CStatement[obj] is a symbolic representation of a statement.
CTypedef[type, var] is a symbolic representation of a type declaration.
CWhile
(SymbolicC Package Symbol) CWhile[test, body] is a symbolic representation of a while statement.
Here is an implementation of the J/Link RealTimePlotting example written with the GUIKit` package.
This is the J/Link scribble pad example implemented with the GUIKit` package.
The GUIKit` package can also be used to provide Mathematica-enriched user interfaces to standalone Java applications, leveraging the fact that J/Link also works within a Java ...