|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.lir2c.MakeDecl
MakeDecl: make declaration of C from Symbol object. now it only supports SymAuto objects.
| Constructor Summary | |
MakeDecl()
Constructor(with no arg) |
|
| Method Summary | |
static java.lang.String |
makeDeclAuto(Symbol sym)
makeDeclAuto: static method for making declaration of C code from SymAuto object. |
static Decla |
makeDeclStatic(Symbol sym,
Data data)
makeDeclStatic: static method for making declaration of C code from SymStatic object and Data object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MakeDecl()
| Method Detail |
public static java.lang.String makeDeclAuto(Symbol sym)
public static Decla makeDeclStatic(Symbol sym,
Data data)
sym - a Symbol object that makes a C declaration.
it must be a SymStatic object.data - a Data object that makes a C declaration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||