Method |
Description |
|
CompileAndAcceptVisitor ( DepthFirstAstVisitor visitor ) : void |
|
|
CompileAndResolve ( ) : void |
|
|
CompressLocals ( ) : void |
|
|
CompressMembers ( ) : void |
|
|
CompressMixed ( ) : void |
|
|
CompressTypes ( ) : void |
|
|
ConvertEnumToInts ( ) : void |
|
|
GetIndent ( AstNode node, StringBuilder line ) : string |
|
|
GetResolvedNodes ( ResolveResultType type, AstNode node ) : List |
|
|
GetStringWithoutSpaces ( ) : string |
|
|
GetStringWithoutSpaces ( AstNode node ) : string |
|
|
GetStringWithoutSpaces ( IEnumerable nodes ) : string |
|
|
GetUsingsAndRemoveUsingsAndNamespaces ( AstNode node, List usings, List types ) : void |
|
|
GetUsingsAndRemoveUsingsAndNamespaces ( SyntaxTree tree, List usings, List types ) : void |
|
|
RemoveCommentsAndRegions ( ) : void |
|
|
RemoveCommentsAndRegions ( AstNode node ) : void |
|
|
RemoveSpacesAndAppend ( AstNode node, StringBuilder line, StringBuilder result ) : void |
|
|
RenameNode ( AstNode node, string newName ) : void |
|
|
RenameOrRemoveNodes ( Dictionary substitution, bool removeOneRefNodes, bool rename ) : void |
|
|
RenameOrRemoveNodes ( List substitution, bool removeOneRefNodes, bool rename ) : void |
|
|
TraverseNodes ( AstNode node ) : void |
|
|
UpdateSyntaxTree ( ) : void |
|
|