C# Class Antlr4.Codegen.Model.Decl.CodeBlock

Inheritance: SrcOp
Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
codeBlockLevel int
treeLevel int

Public Methods

Method Description
AddLocalDecl ( Decl d ) : void
AddOp ( SrcOp op ) : void
AddOps ( IList ops ) : void
AddPreambleOp ( SrcOp op ) : void
CodeBlock ( OutputModelFactory factory ) : System.Collections.Generic
CodeBlock ( OutputModelFactory factory, int treeLevel, int codeBlockLevel ) : System.Collections.Generic
InsertOp ( int i, SrcOp op ) : void

Method Details

AddLocalDecl() public method

public AddLocalDecl ( Decl d ) : void
d Decl
return void

AddOp() public method

public AddOp ( SrcOp op ) : void
op SrcOp
return void

AddOps() public method

public AddOps ( IList ops ) : void
ops IList
return void

AddPreambleOp() public method

public AddPreambleOp ( SrcOp op ) : void
op SrcOp
return void

CodeBlock() public method

public CodeBlock ( OutputModelFactory factory ) : System.Collections.Generic
factory OutputModelFactory
return System.Collections.Generic

CodeBlock() public method

public CodeBlock ( OutputModelFactory factory, int treeLevel, int codeBlockLevel ) : System.Collections.Generic
factory OutputModelFactory
treeLevel int
codeBlockLevel int
return System.Collections.Generic

InsertOp() public method

public InsertOp ( int i, SrcOp op ) : void
i int
op SrcOp
return void

Property Details

codeBlockLevel public_oe property

public int codeBlockLevel
return int

treeLevel public_oe property

public int treeLevel
return int