|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.copernicus.c.CodeGenerator
ptolemy.copernicus.c.StubFileGenerator
public class StubFileGenerator
A C code generator for generating "stub header files" that implement Java classes.
| Red (ankush) |
| Red (ankush) |
| Field Summary |
|---|
| Fields inherited from class ptolemy.copernicus.c.CodeGenerator |
|---|
_context, _requiredTypeMap |
| Constructor Summary | |
|---|---|
StubFileGenerator()
Construct a stub file generator. |
|
| Method Summary | |
|---|---|
java.lang.String |
generate(soot.SootClass source)
Generate code for a stub header file that implements declarations associated with a class. |
static java.lang.String |
stubFileNameSuffix()
Return the appropriate suffix for the stub header files. |
| Methods inherited from class ptolemy.copernicus.c.CodeGenerator |
|---|
_comment, _generateArrayInstanceDeclarations, _generateIncludeDirectives, _generateMethodHeader, _generateParameterTypeList, _getRequiredIncludeFiles, _indent, _removeRequiredType, _updateRequiredTypes, _warn, setSingleClassMode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StubFileGenerator()
| Method Detail |
|---|
public java.lang.String generate(soot.SootClass source)
generate in class CodeGeneratorsource - The class.
public static java.lang.String stubFileNameSuffix()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||