Package xyz.cofe.trambda.tcp
Class Compile
- java.lang.Object
-
- xyz.cofe.trambda.tcp.Compile
-
- All Implemented Interfaces:
Serializable,Message
public class Compile extends Object implements Message
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Compile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LambdaDumpgetDump()voidsetDump(LambdaDump dump)
-
-
-
Method Detail
-
getDump
public LambdaDump getDump()
-
setDump
public void setDump(LambdaDump dump)
-
-