Constructor Token
Token()
No-argument constructor
Declaration
public Token()
Token(Int32)
Constructs a new token for the specified Image.
Declaration
public Token(int kind)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | kind |
Token(Int32, String)
Constructs a new token for the specified Image and Kind.
Declaration
public Token(int kind, string image)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | kind | |
System.String | image |