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

Inheritance: SrcOp
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
codeBlockLevel int
treeLevel int

Méthodes publiques

Méthode 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 méthode

public AddLocalDecl ( Decl d ) : void
d Decl
Résultat void

AddOp() public méthode

public AddOp ( SrcOp op ) : void
op SrcOp
Résultat void

AddOps() public méthode

public AddOps ( IList ops ) : void
ops IList
Résultat void

AddPreambleOp() public méthode

public AddPreambleOp ( SrcOp op ) : void
op SrcOp
Résultat void

CodeBlock() public méthode

public CodeBlock ( OutputModelFactory factory ) : System.Collections.Generic
factory OutputModelFactory
Résultat System.Collections.Generic

CodeBlock() public méthode

public CodeBlock ( OutputModelFactory factory, int treeLevel, int codeBlockLevel ) : System.Collections.Generic
factory OutputModelFactory
treeLevel int
codeBlockLevel int
Résultat System.Collections.Generic

InsertOp() public méthode

public InsertOp ( int i, SrcOp op ) : void
i int
op SrcOp
Résultat void

Property Details

codeBlockLevel public_oe property

public int codeBlockLevel
Résultat int

treeLevel public_oe property

public int treeLevel
Résultat int