C# Class Antlr4.Codegen.Model.OutputModelObject

Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
ast Antlr4.Tool.Ast.GrammarAST
factory OutputModelFactory

Protected Methods

Method Description
OutputModelObject ( ) : Antlr4.Tool.Ast
OutputModelObject ( OutputModelFactory factory ) : Antlr4.Tool.Ast
OutputModelObject ( OutputModelFactory factory, GrammarAST ast ) : Antlr4.Tool.Ast

Method Details

OutputModelObject() protected method

protected OutputModelObject ( ) : Antlr4.Tool.Ast
return Antlr4.Tool.Ast

OutputModelObject() protected method

protected OutputModelObject ( OutputModelFactory factory ) : Antlr4.Tool.Ast
factory OutputModelFactory
return Antlr4.Tool.Ast

OutputModelObject() protected method

protected OutputModelObject ( OutputModelFactory factory, GrammarAST ast ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
return Antlr4.Tool.Ast

Property Details

ast public property

public GrammarAST,Antlr4.Tool.Ast ast
return Antlr4.Tool.Ast.GrammarAST

factory public property

public OutputModelFactory factory
return OutputModelFactory