C# Class Antlr4.Codegen.Model.CaptureNextTokenType

Inheritance: SrcOp
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
varName string

Public Methods

Method Description
CaptureNextTokenType ( OutputModelFactory factory, string varName )

Method Details

CaptureNextTokenType() public method

public CaptureNextTokenType ( OutputModelFactory factory, string varName )
factory OutputModelFactory
varName string

Property Details

varName public property

public string varName
return string