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

Inheritance: ActionChunk
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
text string

Public Methods

Method Description
ActionText ( StructDecl ctx, string text ) : Antlr4.Codegen.Model.Decl

Method Details

ActionText() public method

public ActionText ( StructDecl ctx, string text ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
text string
return Antlr4.Codegen.Model.Decl

Property Details

text public_oe property

public string text
return string