| |
Clone options.
More...
List of all members.
Public Attributes |
| bool | deep_copy |
| | true - deep copy, false - shallow copy
|
| bool | token_index |
| | copy token indexes
|
| bool | line_info |
| | copy line_info
|
| bool | entity |
| | copy all semantic info, entities, entity typeref's
|
| Dictionary< CsNode, CsNode > | map |
| | if map is not null, then clone() method adds {node,cloned node} pairs to map.
|
Detailed Description
Member Data Documentation
true - deep copy, false - shallow copy
copy all semantic info, entities, entity typeref's
if map is not null, then clone() method adds {node,cloned node} pairs to map.
|
|