![]() |
PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
|
A token containing a symbol (i.e., a variable name). More...
Public Member Functions | |
SymbolToken (SourceLocation location, string symbol) | |
override string | ToString () |
![]() | |
Token (SourceLocation location) | |
Constructor, with a SourceLocation object as input parameter. More... | |
Public Attributes | |
string | Symbol |
![]() | |
SourceLocation | Location |
A token containing a symbol (i.e., a variable name).