| Package | Description |
|---|---|
| cetus.base.grammars | |
| cetus.hir |
| Modifier and Type | Method and Description |
|---|---|
void |
NewCParser.structDeclarationList(ClassDeclaration cdecl) |
| Modifier and Type | Method and Description |
|---|---|
ClassDeclaration |
ClassDeclaration.clone()
Returns a clone of this class declaration.
|
static ClassDeclaration |
SymbolTools.getClassDeclaration(Symbol symbol,
Traversable tr)
Returns the user-defined class declaration for the given symbol.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ClassDeclaration.defaultPrint(ClassDeclaration d,
java.io.PrintWriter o)
Prints a class to a stream.
|
static void |
ClassDeclaration.printCpp(ClassDeclaration d,
java.io.PrintWriter o)
Prints a C++ class to a stream.
|
static void |
ClassDeclaration.printJava(ClassDeclaration d,
java.io.PrintWriter o)
Prints a Java class to a stream.
|