C# Class Antlr4.Codegen.Model.ExceptionClause

Inheritance: SrcOp
Show file Open project: sharwell/antlr4cs

Public Methods

Method Description
ExceptionClause ( OutputModelFactory factory, ActionAST catchArg, ActionAST catchAction ) : Antlr4.Tool.Ast

Method Details

ExceptionClause() public method

public ExceptionClause ( OutputModelFactory factory, ActionAST catchArg, ActionAST catchAction ) : Antlr4.Tool.Ast
factory OutputModelFactory
catchArg Antlr4.Tool.Ast.ActionAST
catchAction Antlr4.Tool.Ast.ActionAST
return Antlr4.Tool.Ast