C# Class Antlr4.Runtime.Atn.PlusLoopbackState

Decision state for A+ and (A|B)+ . It has two transitions: one to the loop back to start of the block and one to exit.
Inheritance: DecisionState
Show file Open project: antlr/antlr4 Class Usage Examples