Table of Contents

Class CallFrame

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

One entry in Frames. Holds the caller-side information consumers need to “unwind” or “look back” — currently only the relative file path of the caller, used by SubProgramReturnSyntax on M99 P{seq} to locate the caller's N{seq} block.

public class CallFrame
Inheritance
CallFrame
Inherited Members
Extension Methods

Properties

CallerFilePath

Project-relative file path of the calling block — same form as FilePath on the caller side. Used by M99 P{seq} to re-segment the caller file and skip ahead to N{seq}.

public string CallerFilePath { get; set; }

Property Value

string