ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Fields | List of all members
ScopeInfo.Scope Class Reference
Collaboration diagram for ScopeInfo.Scope:
[legend]

Class Description

Information of a single source file. Stored in field cache Holds values for the current scope. Because recursive logging might occur (e.g. when parameters rely on method invocations wich incorporate log statements), objects of this class are stored in stack scopes.

Public Fields

int origLine
 
String origMethod
 
SourceFile sourceFile
 
Ticks timeStamp = new Ticks()
 

Member Data Documentation

◆ origLine

int origLine

Line number within the source file (given by the diagnostics)

◆ origMethod

String origMethod

Function/method name (given by the diagnostics)

◆ sourceFile

SourceFile sourceFile

The entry of the source file cache

◆ timeStamp

Ticks timeStamp = new Ticks()

Time of the call represented by this instance.


The documentation for this class was generated from the following file: