C# Class Antlr4.Codegen.Model.Chunk.ActionTemplate

Inheritance: ActionChunk
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
st Template

Public Methods

Method Description
ActionTemplate ( StructDecl ctx, Template st ) : Antlr4.Codegen.Model.Decl

Method Details

ActionTemplate() public method

public ActionTemplate ( StructDecl ctx, Template st ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
st Template
return Antlr4.Codegen.Model.Decl

Property Details

st public_oe property

public Template st
return Template