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.IdentifierToken Class Reference

A token containing an identifier. More...

Inheritance diagram for PGENLib.IdentifierToken:
PGENLib.Token

Public Member Functions

 IdentifierToken (SourceLocation location, string identifier)
 
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 Identifier
 
- Public Attributes inherited from PGENLib.Token
SourceLocation Location
 

Detailed Description

A token containing an identifier.


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