C# Class Antlr4.Codegen.Model.Loop

Inheritance: Choice
Afficher le fichier Open project: sharwell/antlr4cs

Méthodes publiques

Свойство Type Description
blockStartStateNumber int
exitAlt int
loopBackStateNumber int

Méthodes publiques

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

Method Details

AddIterationOp() public méthode

public AddIterationOp ( SrcOp op ) : void
op SrcOp
Résultat void

Loop() public méthode

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

Property Details

blockStartStateNumber public_oe property

public int blockStartStateNumber
Résultat int

exitAlt public_oe property

public int exitAlt
Résultat int

loopBackStateNumber public_oe property

public int loopBackStateNumber
Résultat int