C# Class Antlr4.Codegen.Model.Action

Inheritance: RuleElement
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

Method Description
Action ( OutputModelFactory factory, ActionAST ast ) : System.Collections.Generic
Action ( OutputModelFactory factory, StructDecl ctx, Template actionST ) : System.Collections.Generic
Action ( OutputModelFactory factory, StructDecl ctx, string action ) : System.Collections.Generic

Method Details

Action() public method

public Action ( OutputModelFactory factory, ActionAST ast ) : System.Collections.Generic
factory OutputModelFactory
ast Antlr4.Tool.Ast.ActionAST
return System.Collections.Generic

Action() public method

public Action ( OutputModelFactory factory, StructDecl ctx, Template actionST ) : System.Collections.Generic
factory OutputModelFactory
ctx Antlr4.Codegen.Model.Decl.StructDecl
actionST Template
return System.Collections.Generic

Action() public method

public Action ( OutputModelFactory factory, StructDecl ctx, string action ) : System.Collections.Generic
factory OutputModelFactory
ctx Antlr4.Codegen.Model.Decl.StructDecl
action string
return System.Collections.Generic