CommonTreeAdaptorCreateToken Method |
| Name | Description | |
|---|---|---|
| CreateToken(IToken) |
Tell me how to create a token for use with imaginary token nodes.
For example, there is probably no input symbol associated with imaginary
token DECL, but you need to create it as a payload or whatever for
the DECL node as in ^(DECL type ID).
(Overrides BaseTreeAdaptorCreateToken(IToken).) | |
| CreateToken(Int32, String) |
Tell me how to create a token for use with imaginary token nodes.
For example, there is probably no input symbol associated with imaginary
token DECL, but you need to create it as a payload or whatever for
the DECL node as in ^(DECL type ID).
(Overrides BaseTreeAdaptorCreateToken(Int32, String).) |