|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.common.StructureIncludeFile
public class StructureIncludeFile
Create structs.h and its contents. Used in raw (space) and cluster backends. (These have parted ways, only RAW now.)
Field Summary | |
---|---|
static boolean |
debugging
|
Method Summary | |
---|---|
static void |
doit(SIRStructure[] structs,
FlatNode toplevel)
Create structures include file in current directory. |
static void |
doit(SIRStructure[] structs,
FlatNode toplevel,
String dir)
Create structures include file in directory . |
void |
visitNode(FlatNode node)
Don't even think of it! Only public to avoid using an inner class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean debugging
Method Detail |
---|
public static void doit(SIRStructure[] structs, FlatNode toplevel)
public static void doit(SIRStructure[] structs, FlatNode toplevel, String dir)
public void visitNode(FlatNode node)
visitNode
in interface FlatVisitor
node
- the node that is being currently visited.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |