C# Class Antlr4.Codegen.Model.RuleElement

Inheritance: SrcOp
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
stateNumber int

Public Methods

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

Method Details

RuleElement() public method

public RuleElement ( OutputModelFactory factory, GrammarAST ast ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
return Antlr4.Tool.Ast

Property Details

stateNumber public_oe property

public int stateNumber
return int