C# Class Antlr4.Codegen.Model.ListenerDispatchMethod

Inheritance: DispatchMethod
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
isEnter bool

Public Methods

Method Description
ListenerDispatchMethod ( OutputModelFactory factory, bool isEnter )

Method Details

ListenerDispatchMethod() public method

public ListenerDispatchMethod ( OutputModelFactory factory, bool isEnter )
factory OutputModelFactory
isEnter bool

Property Details

isEnter public property

public bool isEnter
return bool