Click or drag to resize

CommonTreeAdaptorCreateToken Method

Overload List
  NameDescription
Public methodCreateToken(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).)
Public methodCreateToken(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).)
Top
See Also