clone_options Class Reference

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, CsNodemap
 if map is not null, then clone() method adds {node,cloned node} pairs to map.

Detailed Description

Clone options.


Member Data Documentation

bool deep_copy

true - deep copy, false - shallow copy

bool entity

copy all semantic info, entities, entity typeref's

bool line_info

copy line_info

Dictionary<CsNode, CsNode> map

if map is not null, then clone() method adds {node,cloned node} pairs to map.

copy token indexes

© 2010 metaspec