A base AST strategy that calls formatDeclaration for all types
| Operations Summary: | |
| formatForward(self, decl) [Source] | |
| formatGroup(self, decl) [Source] | |
| formatScope(self, decl) [Source] | |
| formatModule(self, decl) [Source] | |
| formatMetaModule(self, decl) [Source] | |
| formatClass(self, decl) [Source] | |
| formatTypedef(self, decl) [Source] | |
| formatEnum(self, decl) [Source] | |
| formatVariable(self, decl) [Source] | |
| formatConst(self, decl) [Source] | |
| formatFunction(self, decl) [Source] | |
| formatOperation(self, decl) [Source] | |
| Operations Inherited from Strategy | |
| __init__, formatModifiers, formatDeclaration | |