Namespace: Consultingwerk.Studio
Class 
CodeGeneratorHelper Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:CodeGeneratorHelper
Purpose:Contains supporting routines for code generators
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Mar 03 11:28:45 CET 2016
Purpose: Constructor for the CodeGeneratorHelper class
Notes: Disallow instance creation



Top Method Summary
Options Name Purpose
+ LOGICAL HasNonCommentChanges (longchar, character) Verifies if the source code has been modified outside of comments
+ LONGCHAR SourceWithoutComments (longchar) Verifies if the source code has been modified outside of comments

Top Constructor Summary
Options Name Purpose
# CodeGeneratorHelper () Constructor for the CodeGeneratorHelper class


Method Detail
Top

PUBLIC LOGICAL HasNonCommentChanges (longchar, character)

Purpose: Verifies if the source code has been modified outside of comments
Notes:

Parameters:
plcSourceCode LONGCHAR
The new source code
pcFileName CHARACTER
The file name to verify against
Returns LOGICAL
Logical value indicating if the source contains changes outside of comments
Top

PUBLIC LONGCHAR SourceWithoutComments (longchar)

Purpose: Verifies if the source code has been modified outside of comments
Notes:

Parameters:
plcSourceCode LONGCHAR
The new source code
Returns LONGCHAR
The source code without any comment block


Constructor Detail
Top

PROTECTED CodeGeneratorHelper ()

Purpose: Constructor for the CodeGeneratorHelper class
Notes: Disallow instance creation



©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:15:14