C# Class Mono.VisualC.Code.CodeAtom

Show file Open project: shana/cppinterop Class Usage Examples

Public Methods

Method Description
Write ( TextWriter writer ) : void

Protected Methods

Method Description
InsideCodeCompileUnit ( CodeCompileUnit ccu ) : object
InsideCodeNamespace ( CodeNamespace ns ) : object
InsideCodeStatementCollection ( CodeStatementCollection stmts ) : object
InsideCodeTypeDeclaration ( CodeTypeDeclaration decl ) : object
Visit ( object obj ) : void

Method Details

InsideCodeCompileUnit() protected method

protected InsideCodeCompileUnit ( CodeCompileUnit ccu ) : object
ccu System.CodeDom.CodeCompileUnit
return object

InsideCodeNamespace() protected method

protected InsideCodeNamespace ( CodeNamespace ns ) : object
ns System.CodeDom.CodeNamespace
return object

InsideCodeStatementCollection() protected method

protected InsideCodeStatementCollection ( CodeStatementCollection stmts ) : object
stmts System.CodeDom.CodeStatementCollection
return object

InsideCodeTypeDeclaration() protected method

protected InsideCodeTypeDeclaration ( CodeTypeDeclaration decl ) : object
decl System.CodeDom.CodeTypeDeclaration
return object

Visit() protected method

protected Visit ( object obj ) : void
obj object
return void

Write() public abstract method

public abstract Write ( TextWriter writer ) : void
writer System.IO.TextWriter
return void