Namespace: Consultingwerk.Studio.Proparse
Class 
SourceCodeLocationParameter Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.JsonSerializable
Implements: Consultingwerk.IJsonSerializable

File:SourceCodeLocationParameter
Purpose:Structure representing a location in source code
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:07.05.2018 20:54:47



Top Method Summary
Options Name Purpose
CHARACTER ToString () Returns a character representation of the object instance

Top Constructor Summary
Options Name Purpose
SourceCodeLocationParameter () Constructor for the SourceCodeLocationParameter class
SourceCodeLocationParameter (character, integer, integer) Constructor for the SourceCodeLocationParameter class

Top Property Summary
Options Name Purpose
INTEGER Column
CHARACTER FileName
INTEGER Row


Method Detail
Top

CHARACTER ToString ()

Purpose: Returns a character representation of the object instance
Notes:

Returns CHARACTER
The character representation of the object instance


Constructor Detail
Top

SourceCodeLocationParameter ()

Purpose: Constructor for the SourceCodeLocationParameter class
Notes:

Top

SourceCodeLocationParameter (character, integer, integer)

Purpose: Constructor for the SourceCodeLocationParameter class
Notes:

Parameters:
pcFileName CHARACTER
The value for the FileName property
piRow INTEGER
The value for the Row property
piColumn INTEGER
The value for the Column property


Property Detail
Top

INTEGER Column


Returns INTEGER
Top

CHARACTER FileName


Returns CHARACTER
Top

INTEGER Row


Returns INTEGER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:12:41