Formatter.format

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void format(AddExpression addExpression)
  2. void format(AliasDeclaration aliasDeclaration, Attribute[] attrs)
  3. void format(AliasInitializer aliasInitializer)
  4. void format(AliasThisDeclaration decl, Attribute[] attrs)
  5. void format(AlignAttribute alignAttribute)
  6. void format(AndAndExpression andAndExpression)
  7. void format(AndExpression andExpression)
  8. void format(ArgumentList argumentList)
  9. void format(Arguments arguments)
  10. void format(ArrayInitializer arrayInitializer)
  11. void format(ArrayLiteral arrayLiteral)
  12. void format(ArrayMemberInitialization arrayMemberInitialization)
  13. void format(AsmAddExp asmAddExp)
  14. void format(AsmAndExp asmAndExp)
  15. void format(AsmBrExp asmBrExp)
  16. void format(AsmEqualExp asmEqualExp)
  17. void format(AsmExp asmExp)
  18. void format(AsmInstruction asmInstruction)
  19. void format(AsmLogAndExp asmLogAndExp)
  20. void format(AsmLogOrExp asmLogOrExp)
  21. void format(AsmMulExp asmMulExp)
  22. void format(AsmOrExp asmOrExp)
  23. void format(AsmPrimaryExp asmPrimaryExp)
  24. void format(AsmRelExp asmRelExp)
  25. void format(AsmShiftExp asmShiftExp)
  26. void format(AsmStatement asmStatement)
  27. void format(AsmTypePrefix asmTypePrefix)
  28. void format(AsmUnaExp asmUnaExp)
  29. void format(AsmXorExp asmXorExp)
  30. void format(AssertExpression assertExpression)
  31. void format(AssignExpression assignExpression)
  32. void format(AssocArrayLiteral assocArrayLiteral)
  33. void format(AtAttribute atAttribute)
  34. void format(Attribute att)
  35. void format(AttributeDeclaration decl, Attribute[] attrs)
  36. void format(AutoDeclaration decl)
  37. void format(BlockStatement blockStatement)
  38. void format(BodyStatement bodyStatement)
  39. void format(BreakStatement breakStatement)
  40. void format(BaseClass baseClass)
  41. void format(BaseClassList baseClassList)
  42. void format(CaseRangeStatement caseRangeStatement)
  43. void format(CaseStatement caseStatement)
  44. void format(CastExpression castExpression)
  45. void format(CastQualifier qual)
  46. void format(Catch catch_)
  47. void format(Catches catches)
  48. void format(ClassDeclaration decl, Attribute[] attrs)
  49. void format(CmpExpression cmpExpression)
  50. void format(CompileCondition compileCondition)
  51. void format(ConditionalDeclaration decl, Attribute[] attrs)
  52. void format(ConditionalStatement stmnt)
  53. void format(Constraint constraint)
  54. void format(Constructor constructor, Attribute[] attrs)
  55. void format(ContinueStatement continueStatement)
  56. void format(DebugCondition debugCondition)
  57. void format(DebugSpecification debugSpecification)
  58. void format(Declaration declaration)
  59. void format(DeclarationOrStatement declarationsOrStatement)
  60. void format(DeclarationsAndStatements declarationsAndStatements)
  61. void format(Declarator declarator)
  62. void format(DefaultStatement defaultStatement)
  63. void format(DeleteExpression deleteExpression)
  64. void format(DeleteStatement deleteStatement)
  65. void format(Deprecated deprecated_)
  66. void format(Destructor destructor, Attribute[] attrs)
  67. void format(DoStatement doStatement)
  68. void format(EnumBody enumBody)
  69. void format(EnumDeclaration enumDeclaration, Attribute[] attrs)
  70. void format(EnumMember enumMember)
  71. void format(EponymousTemplateDeclaration decl)
  72. void format(EqualExpression equalExpression)
  73. void format(Expression expression)
  74. void format(ExpressionNode n)
  75. void format(ExpressionStatement expressionStatement)
  76. void format(FinalSwitchStatement finalSwitchStatement)
  77. void format(Finally finally_)
  78. void format(ForStatement forStatement)
  79. void format(ForeachStatement foreachStatement)
  80. void format(ForeachType foreachType)
  81. void format(ForeachTypeList foreachTypeList)
  82. void format(FunctionAttribute functionAttribute)
  83. void format(FunctionBody functionBody)
  84. void format(FunctionCallExpression functionCallExpression)
  85. void format(FunctionDeclaration decl, Attribute[] attrs)
  86. void format(FunctionLiteralExpression functionLiteralExpression)
  87. void format(GotoStatement gotoStatement)
  88. void format(IdentifierChain identifierChain)
  89. void format(IdentifierList identifierList)
  90. void format(IdentifierOrTemplateChain identifierOrTemplateChain)
  91. void format(IdentifierOrTemplateInstance identifierOrTemplateInstance)
  92. void format(IdentityExpression identityExpression)
  93. void format(IfStatement ifStatement)
  94. void format(ImportBind importBind)
  95. void format(ImportBindings importBindings)
  96. void format(ImportDeclaration importDeclaration, Attribute[] attrs)
  97. void format(ImportExpression importExpression)
  98. void format(Index index)
  99. void format(IndexExpression indexExpression)
  100. void format(InExpression inExpression)
  101. void format(InStatement inStatement)
  102. void format(Initialize initialize)
  103. void format(Initializer initializer)
  104. void format(InterfaceDeclaration interfaceDeclaration, Attribute[] attrs)
  105. void format(Invariant invariant_, Attribute[] attrs)
  106. void format(IsExpression isExpression)
  107. void format(KeyValuePair keyValuePair)
  108. void format(KeyValuePairs keyValuePairs)
  109. void format(LabeledStatement stmt)
  110. void format(LambdaExpression lambdaExpression)
  111. void format(LastCatch lastCatch)
  112. void format(LinkageAttribute linkageAttribute)
  113. void format(MemberFunctionAttribute memberFunctionAttribute)
  114. void format(MixinDeclaration mixinDeclaration, Attribute[] attrs)
  115. void format(MixinExpression mixinExpression)
  116. void format(MixinTemplateDeclaration mixinTemplateDeclaration, Attribute[] attrs)
  117. void format(MixinTemplateName mixinTemplateName)
  118. void format(Module module_)
  119. void format(ModuleDeclaration moduleDeclaration)
  120. void format(MulExpression mulExpression)
  121. void format(NewAnonClassExpression newAnonClassExpression)
  122. void format(NewExpression newExpression)
  123. void format(NonVoidInitializer nonVoidInitializer)
  124. void format(Operands operands)
  125. void format(OrExpression orExpression)
  126. void format(OrOrExpression orOrExpression)
  127. void format(OutStatement stmnt)
  128. void format(Parameter parameter)
  129. void format(Parameters parameters)
  130. void format(Postblit postblit, Attribute[] attrs)
  131. void format(PowExpression powExpression)
  132. void format(PragmaDeclaration pragmaDeclaration, Attribute[] attrs)
  133. void format(PragmaExpression pragmaExpression)
  134. void format(PrimaryExpression primaryExpression)
  135. void format(Register register)
  136. void format(RelExpression relExpression)
  137. void format(ReturnStatement returnStatement)
  138. void format(ScopeGuardStatement scopeGuardStatement)
  139. void format(SharedStaticConstructor sharedStaticConstructor, Attribute[] attrs)
  140. void format(SharedStaticDestructor sharedStaticDestructor, Attribute[] attrs)
  141. void format(ShiftExpression shiftExpression)
  142. void format(SingleImport singleImport)
  143. void format(Statement statement)
  144. void format(StatementNoCaseNoDefault statementNoCaseNoDefault)
  145. void format(StaticAssertDeclaration staticAssertDeclaration, Attribute[] attrs)
  146. void format(StaticAssertStatement staticAssertStatement)
  147. void format(StaticConstructor staticConstructor, Attribute[] attrs)
  148. void format(StaticDestructor staticDestructor, Attribute[] attrs)
  149. void format(StaticIfCondition staticIfCondition)
  150. void format(StorageClass storageClass)
  151. void format(StructBody structBody)
  152. void format(StructDeclaration decl, Attribute[] attrs)
  153. void format(StructInitializer structInitializer)
  154. void format(StructMemberInitializer structMemberInitializer)
  155. void format(StructMemberInitializers structMemberInitializers)
  156. void format(SwitchStatement switchStatement, bool isFinal)
  157. void format(Symbol symbol)
  158. void format(SynchronizedStatement synchronizedStatement)
  159. void format(TemplateAliasParameter templateAliasParameter)
  160. void format(TemplateArgument templateArgument)
  161. void format(TemplateArgumentList templateArgumentList, bool parens)
  162. void format(TemplateArguments templateArguments)
  163. void format(TemplateDeclaration templateDeclaration, Attribute[] attrs)
  164. void format(TemplateInstance templateInstance)
    class Formatter(Sink)
  165. void format(TemplateMixinExpression templateMixinExpression)
  166. void format(TemplateParameter templateParameter)
  167. void format(TemplateParameterList templateParameterList)
  168. void format(TemplateParameters templateParameters)
  169. void format(TemplateSingleArgument templateSingleArgument)
  170. void format(TemplateThisParameter templateThisParameter)
  171. void format(TemplateTupleParameter templateTupleParameter)
  172. void format(TemplateTypeParameter templateTypeParameter)
  173. void format(TemplateValueParameter templateValueParameter)
  174. void format(TemplateValueParameterDefault templateValueParameterDefault)
  175. void format(TernaryExpression expr)
  176. void format(ThrowStatement throwStatement)
  177. void format(Token token)
  178. void format(TraitsExpression traitExpr)
  179. void format(TryStatement tryStatement)
  180. void format(Type type)
  181. void format(Type2 type2)
  182. void format(TypeSpecialization typeSpecialization)
  183. void format(TypeSuffix typeSuffix)
  184. void format(TypeidExpression idExpr)
  185. void format(TypeofExpression typeofExpr)
  186. void format(UnaryExpression unary)
  187. void format(UnionDeclaration decl, Attribute[] attrs)
  188. void format(Unittest unittest_, Attribute[] attrs)
  189. void format(VariableDeclaration decl, Attribute[] attrs)
  190. void format(Vector vector)
  191. void format(VersionCondition versionCondition)
  192. void format(VersionSpecification ver, Attribute[] attrs)
  193. void format(WhileStatement stmt)
  194. void format(WithStatement stmt)
  195. void format(XorExpression xorExpression)

Meta