PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
Public Member Functions | Public Attributes | List of all members
PGENLib.SymbolToken Class Reference

A token containing a symbol (i.e., a variable name). More...

Inheritance diagram for PGENLib.SymbolToken:
PGENLib.Token

Public Member Functions

 SymbolToken (SourceLocation location, string symbol)
 
override string ToString ()
 
- Public Member Functions inherited from PGENLib.Token
 Token (SourceLocation location)
 Constructor, with a SourceLocation object as input parameter. More...
 

Public Attributes

string Symbol
 
- Public Attributes inherited from PGENLib.Token
SourceLocation Location
 

Detailed Description

A token containing a symbol (i.e., a variable name).


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