C# Class Antlr4.Codegen.Model.Sync

Inheritance: SrcOp
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
decision int

Public Methods

Method Description
Sync ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, Antlr4.Runtime.Misc.IntervalSet expecting, int decision, string position ) : Antlr4.Tool.Ast

Method Details

Sync() public method

public Sync ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, Antlr4.Runtime.Misc.IntervalSet expecting, int decision, string position ) : Antlr4.Tool.Ast
factory OutputModelFactory
blkOrEbnfRootAST Antlr4.Tool.Ast.GrammarAST
expecting Antlr4.Runtime.Misc.IntervalSet
decision int
position string
return Antlr4.Tool.Ast

Property Details

decision public property

public int decision
return int