C# Class LexicalAnalysis.TokenIdentifier

If the identifier is found to be a keyword, then it will be a keyword
Inheritance: Token
Mostra file Open project: phisiart/C-Compiler

Public Methods

Method Description
ToString ( ) : String
TokenIdentifier ( String val ) : System

Method Details

ToString() public method

public ToString ( ) : String
return String

TokenIdentifier() public method

public TokenIdentifier ( String val ) : System
val String
return System