C# Class Antlr4.Codegen.Model.Action

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

Méthodes publiques

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

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

Action() public méthode

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

Action() public méthode

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