Class StubPySourceManager
- java.lang.Object
-
- es.bsc.dataclay.logic.classmgr.bytecode.pysrc.StubPySourceManager
-
public final class StubPySourceManager extends Object
Generation of Python source of stubs (stub creation).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
generatePythonClientStub(MetaClass metaclass, String parentName, StubInfo stubInfo)
See generatePythonCodeInternal()static byte[]
generatePythonServerStub(MetaClass metaclass)
See generatePythonCodeInternal()
-
-
-
Method Detail
-
generatePythonClientStub
public static byte[] generatePythonClientStub(MetaClass metaclass, String parentName, StubInfo stubInfo)
See generatePythonCodeInternal()
-
generatePythonServerStub
public static byte[] generatePythonServerStub(MetaClass metaclass)
See generatePythonCodeInternal()
-
-