C# Class Antlr4.Runtime.Atn.PlusBlockStartState

Start of (A|B|...)+ loop. Technically a decision state, but we don't use for code generation; somebody might need it, so I'm defining it for completeness. In reality, the PlusLoopbackState node is the real decision-making note for A+ .
Inheritance: BlockStartState
Show file Open project: antlr/antlr4 Class Usage Examples

Public Properties

Property Type Description
loopBackState PlusLoopbackState

Property Details

loopBackState public property

public PlusLoopbackState,Antlr4.Runtime.Atn loopBackState
return PlusLoopbackState