- Lang - Class in pdp.compileplatform.frontend
-
A language unit representation as seen by the remote clients , it's a JavaBean so that
it can be constructed by the JAX-WS API
- Lang(int, String, String) - Constructor for class pdp.compileplatform.frontend.Lang
-
Constructs a language unit
- Lang() - Constructor for class pdp.compileplatform.frontend.Lang
-
Construct a language unit with empty fields
- LangInternal - Class in pdp.compileplatform.execution
-
This class represents a language unit (language name, language id, extension,
compilation command, ...) as seen internally by the server
- LangInternal(int, String, String, boolean, String, String, String) - Constructor for class pdp.compileplatform.execution.LangInternal
-
Constructs a language unit as seen by the server