C# Class Antlr4.Codegen.Model.Loop

Inheritance: Choice
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
blockStartStateNumber int
exitAlt int
loopBackStateNumber int

Public Methods

Method Description
AddIterationOp ( SrcOp op ) : void
Loop ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IList alts ) : System.Collections.Generic

Method Details

AddIterationOp() public method

public AddIterationOp ( SrcOp op ) : void
op SrcOp
return void

Loop() public method

public Loop ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IList alts ) : System.Collections.Generic
factory OutputModelFactory
blkOrEbnfRootAST Antlr4.Tool.Ast.GrammarAST
alts IList
return System.Collections.Generic

Property Details

blockStartStateNumber public_oe property

public int blockStartStateNumber
return int

exitAlt public_oe property

public int exitAlt
return int

loopBackStateNumber public_oe property

public int loopBackStateNumber
return int