C# Class ProgrammingLanguageNr1.TokenWithValue

Inheritance: Token
Afficher le fichier Open project: eriksvedang/Sprak Class Usage Examples

Méthodes publiques

Méthode Description
TokenWithValue ( TokenType tokenType, string tokenString, int lineNr, int linePosition, object pValue ) : System
TokenWithValue ( TokenType pTokenType, string pTokenString, object pValue ) : System
getValue ( ) : object

Method Details

TokenWithValue() public méthode

public TokenWithValue ( TokenType tokenType, string tokenString, int lineNr, int linePosition, object pValue ) : System
tokenType TokenType
tokenString string
lineNr int
linePosition int
pValue object
Résultat System

TokenWithValue() public méthode

public TokenWithValue ( TokenType pTokenType, string pTokenString, object pValue ) : System
pTokenType TokenType
pTokenString string
pValue object
Résultat System

getValue() public méthode

public getValue ( ) : object
Résultat object