Click or drag to resize

SourceBuilder Class

Pretty printing helper class for source code generation
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspSourceBuilder

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public class SourceBuilder

The SourceBuilder type exposes the following members.

Constructors
  NameDescription
Public methodSourceBuilder
Initializes a new instance of the SourceBuilder class
Public methodSourceBuilder(Boolean)
Initializes a new instance of the SourceBuilder class
Public methodSourceBuilder(String)
Initializes a new instance of the SourceBuilder class
Top
Methods
  NameDescription
Public methodAppend
Public methodAppendFormat
Public methodAppendFront
Public methodAppendFrontFormat
Public methodAppendFrontIndented
Public methodAppendFrontIndentedFormat
Public methodIndent
Public methodReset
Public methodToString (Overrides ObjectToString.)
Public methodUnindent
Top
Fields
  NameDescription
Public fieldCommentSourceCode
If true, the source code should be generated with comments.
Top
See Also