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.1
Syntax
C#
public class SourceBuilder

The SourceBuilder type exposes the following members.

Constructors
 NameDescription
Public methodSourceBuilderInitializes 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
Fields
 NameDescription
Public fieldCommentSourceCode If true, the source code should be generated with comments.
Top
See Also