C# Class ProgrammingLanguageNr1.TokenWithValue

Inheritance: Token
ファイルを表示 Open project: eriksvedang/Sprak Class Usage Examples

Public Methods

Method 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 method

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

TokenWithValue() public method

public TokenWithValue ( TokenType pTokenType, string pTokenString, object pValue ) : System
pTokenType TokenType
pTokenString string
pValue object
return System

getValue() public method

public getValue ( ) : object
return object